X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/e08b42e8ad054ec67522d7ac1aaae5dc68cb3d01..4713a14935b83517997f3c88f808eb41da55033d:/wp-admin/options-writing.php diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index d6ba5d32..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,7 +49,7 @@ 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' ); @@ -68,7 +62,7 @@ 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