Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265.

git-svn-id: https://develop.svn.wordpress.org/trunk@17748 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-04-28 15:24:49 +00:00
parent 1f4d59925e
commit f504e221e1
48 changed files with 69 additions and 69 deletions

View File

@@ -37,7 +37,7 @@ require( ABSPATH . WPINC . '/class.wp-styles.php' );
require( ABSPATH . WPINC . '/functions.wp-styles.php' );
/**
* Set up WordPress scripts to load by default for Administration Panels.
* Set up WordPress scripts to load by default for Administration Screen.
*
* Localizes a few of the scripts.
* $scripts->add_data( 'script-handle', 'group', 1 ); queues the script for the footer
@@ -572,11 +572,11 @@ function wp_just_in_time_script_localization() {
}
/**
* Administration Panel CSS for changing the styles.
* Administration Screen CSS for changing the styles.
*
* If installing the 'wp-admin/' directory will be replaced with './'.
*
* The $_wp_admin_css_colors global manages the Administration Panels CSS
* The $_wp_admin_css_colors global manages the Administration Screens CSS
* stylesheet that is loaded. The option that is set is 'admin_color' and is the
* color and key for the array. The value for the color key is an object with
* a 'url' parameter that has the URL path to the CSS file.
@@ -589,7 +589,7 @@ function wp_just_in_time_script_localization() {
*
* @param string $src Source URL.
* @param string $handle Either 'colors' or 'colors-rtl'.
* @return string URL path to CSS stylesheet for Administration Panels.
* @return string URL path to CSS stylesheet for Administration Screens.
*/
function wp_style_loader_src( $src, $handle ) {
if ( defined('WP_INSTALLING') )