Make WordPress Core


Ignore:
Timestamp:
04/28/2011 03:24:49 PM (14 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r17743 r17748  
    3838
    3939/**
    40  * Set up WordPress scripts to load by default for Administration Panels.
     40 * Set up WordPress scripts to load by default for Administration Screen.
    4141 *
    4242 * Localizes a few of the scripts.
     
    573573
    574574/**
    575  * Administration Panel CSS for changing the styles.
     575 * Administration Screen CSS for changing the styles.
    576576 *
    577577 * If installing the 'wp-admin/' directory will be replaced with './'.
    578578 *
    579  * The $_wp_admin_css_colors global manages the Administration Panels CSS
     579 * The $_wp_admin_css_colors global manages the Administration Screens CSS
    580580 * stylesheet that is loaded. The option that is set is 'admin_color' and is the
    581581 * color and key for the array. The value for the color key is an object with
     
    590590 * @param string $src Source URL.
    591591 * @param string $handle Either 'colors' or 'colors-rtl'.
    592  * @return string URL path to CSS stylesheet for Administration Panels.
     592 * @return string URL path to CSS stylesheet for Administration Screens.
    593593 */
    594594function wp_style_loader_src( $src, $handle ) {
Note: See TracChangeset for help on using the changeset viewer.