Changeset 17748 for trunk/wp-includes/script-loader.php
- Timestamp:
- 04/28/2011 03:24:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r17743 r17748 38 38 39 39 /** 40 * Set up WordPress scripts to load by default for Administration Panels.40 * Set up WordPress scripts to load by default for Administration Screen. 41 41 * 42 42 * Localizes a few of the scripts. … … 573 573 574 574 /** 575 * Administration PanelCSS for changing the styles.575 * Administration Screen CSS for changing the styles. 576 576 * 577 577 * If installing the 'wp-admin/' directory will be replaced with './'. 578 578 * 579 * The $_wp_admin_css_colors global manages the Administration Panels CSS579 * The $_wp_admin_css_colors global manages the Administration Screens CSS 580 580 * stylesheet that is loaded. The option that is set is 'admin_color' and is the 581 581 * color and key for the array. The value for the color key is an object with … … 590 590 * @param string $src Source URL. 591 591 * @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. 593 593 */ 594 594 function wp_style_loader_src( $src, $handle ) {
Note: See TracChangeset
for help on using the changeset viewer.