Add a more descriptive function summary for options_discussion_add_js().

See [31095]. See #31888.

Built from https://develop.svn.wordpress.org/trunk@32005


git-svn-id: http://core.svn.wordpress.org/trunk@31984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-04-04 14:16:27 +00:00
parent 59c586e5ad
commit c477b2c966
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ $title = __('Discussion Settings');
$parent_file = 'options-general.php';
/**
* Display JavaScript on the page.
* Output JavaScript to toggle display of additional settings if avatars are disabled.
*
* @since 4.2.0
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta4-32004';
$wp_version = '4.2-beta4-32005';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.