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-general.php | 422 ---------------------------- 1 file changed, 422 deletions(-) delete mode 100644 srcs/wordpress/wp-admin/options-general.php (limited to 'srcs/wordpress/wp-admin/options-general.php') diff --git a/srcs/wordpress/wp-admin/options-general.php b/srcs/wordpress/wp-admin/options-general.php deleted file mode 100644 index d5c3d16..0000000 --- a/srcs/wordpress/wp-admin/options-general.php +++ /dev/null @@ -1,422 +0,0 @@ -' . __( 'The fields on this screen determine some of the basics of your site setup.' ) . '

' . - '

' . __( 'Most themes display the site title at the top of every page, in the title bar of the browser, and as the identifying name for syndicated feeds. The tagline is also displayed by many themes.' ) . '

'; - -if ( ! is_multisite() ) { - $options_help .= '

' . __( 'The WordPress URL and the Site URL can be the same (example.com) or different; for example, having the WordPress core files (example.com/wordpress) in a subdirectory instead of the root directory.' ) . '

' . - '

' . __( 'If you want site visitors to be able to register themselves, as opposed to by the site administrator, check the membership box. A default user role can be set for all new users, whether self-registered or registered by the site admin.' ) . '

'; -} - -$options_help .= '

' . __( 'You can set the language, and the translation files will be automatically downloaded and installed (available if your filesystem is writable).' ) . '

' . - '

' . __( 'UTC means Coordinated Universal Time.' ) . '

' . - '

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

'; - -get_current_screen()->add_help_tab( - array( - 'id' => 'overview', - 'title' => __( 'Overview' ), - 'content' => $options_help, - ) -); - -get_current_screen()->set_help_sidebar( - '

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

' . - '

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

' . - '

' . __( 'Support' ) . '

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

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -- cgit