4.1 Docs Audit: Clarify the DocBlock summary for network_settings_add_js() to specify that it's specific to the Network Settings screen.

See #30469.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-11-28 09:09:22 +00:00
parent 659413eb98
commit 374ec33767
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ $title = __( 'Network Settings' );
$parent_file = 'settings.php';
/**
* Display JavaScript on the page.
* Print JavaScript in the header on the Network Settings screen.
*
* @since 4.1.0
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30602';
$wp_version = '4.1-beta2-30603';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.