X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fa11948979fd6a4ea5705dc613b239699a459db3..1132430022383fdf47fa6cb9377300fd885297aa:/wp-admin/options-discussion.php diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 76f6b322..c9c8627e 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -24,21 +24,20 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

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

' . '

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

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

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

- + - + - + - + - + - +

- +

@@ -81,7 +80,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); * * @since 2.7.0. * - * @param int $10 The maximum depth of threaded comments. Default 10. + * @param int $max_depth The maximum depth of threaded comments. Default 10. */ $maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 ); @@ -124,7 +123,7 @@ printf( __('Comments should be displayed with the %s comments at the top of each ?>

@@ -157,7 +156,7 @@ printf( __('Comments should be displayed with the %s comments at the top of each

@@ -176,7 +175,7 @@ printf( __('Comments should be displayed with the %s comments at the top of each - + - + - +
@@ -208,7 +207,7 @@ endforeach;
@@ -216,7 +215,7 @@ endforeach; __('Mystery Man'), + 'mystery' => __('Mystery Person'), 'blank' => __('Blank'), 'gravatar_default' => __('Gravatar Logo'), 'identicon' => __('Identicon (Generated)'),