X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fa11948979fd6a4ea5705dc613b239699a459db3..4713a14935b83517997f3c88f808eb41da55033d:/wp-admin/options-writing.php diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index cad326a9..4c761d26 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -37,13 +37,7 @@ if ( apply_filters( 'enable_post_by_email_configuration', true ) ) { ) ); } -/** -* Toggle site update services configuration functionality. -* -* @since 3.0.0 -* -* @param bool True or false, based on whether update services configuration is enabled or not. -*/ +/** This filter is documented in wp-admin/options-writing.php */ if ( apply_filters( 'enable_update_services_configuration', true ) ) { get_current_screen()->add_help_tab( array( 'id' => 'options-services', @@ -55,21 +49,20 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) { get_current_screen()->set_help_sidebar( '

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

' . '

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

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

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

- + - + + +
0, 'name' => 'default_category', 'o $post_formats = get_post_format_strings(); unset( $post_formats['standard'] ); ?> -
%s, %s, %s.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?>

- + - + - + - +
0, 'name' => 'default_email_categor