From 7086111ad4dd997e12a3220e1ee60c9b9bcf0bb8 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 7 Jan 2020 13:06:14 +0100 Subject: Added wordpress --- srcs/wordpress/wp-admin/options-discussion.php | 331 +++++++++++++++++++++++++ 1 file changed, 331 insertions(+) create mode 100644 srcs/wordpress/wp-admin/options-discussion.php (limited to 'srcs/wordpress/wp-admin/options-discussion.php') diff --git a/srcs/wordpress/wp-admin/options-discussion.php b/srcs/wordpress/wp-admin/options-discussion.php new file mode 100644 index 0000000..b9e037a --- /dev/null +++ b/srcs/wordpress/wp-admin/options-discussion.php @@ -0,0 +1,331 @@ +add_help_tab( + array( + 'id' => 'overview', + 'title' => __( 'Overview' ), + 'content' => '

' . __( 'This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won’t all fit here! :) Use the documentation links to get information on what each discussion setting does.' ) . '

' . + '

' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '

', + ) +); + +get_current_screen()->set_help_sidebar( + '

' . __( 'For more information:' ) . '

' . + '

' . __( 'Documentation on Discussion Settings' ) . '

' . + '

' . __( 'Support' ) . '

' +); + +include( ABSPATH . 'wp-admin/admin-header.php' ); +?> + +
+

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + -- cgit