From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- srcs/wordpress/wp-admin/options-discussion.php | 331 ------------------------- 1 file changed, 331 deletions(-) delete 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 deleted file mode 100644 index b9e037a..0000000 --- a/srcs/wordpress/wp-admin/options-discussion.php +++ /dev/null @@ -1,331 +0,0 @@ -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