Changeset 60658
- Timestamp:
- 08/24/2025 01:42:58 PM (7 months ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 3 edited
-
class-wp-screen.php (modified) (1 diff)
-
misc.php (modified) (1 diff)
-
template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r60416 r60658 985 985 986 986 /** 987 * @since 3.3.0 988 * 987 989 * @global array $wp_meta_boxes Global meta box state. 988 *989 * @since 3.3.0990 990 * 991 991 * @return bool -
trunk/src/wp-admin/includes/misc.php
r60480 r60658 1059 1059 /** 1060 1060 * 1061 * @since 3.8.0 1062 * 1061 1063 * @global array $_wp_admin_css_colors 1062 *1063 * @since 3.8.01064 1064 */ 1065 1065 function wp_color_scheme_settings() { -
trunk/src/wp-admin/includes/template.php
r60416 r60658 2632 2632 * Prints out the beginning of the admin HTML header. 2633 2633 * 2634 * @since 3.3.0 2635 * 2634 2636 * @global bool $is_IE 2635 *2636 * @since 3.3.02637 2637 */ 2638 2638 function _wp_admin_html_begin() {
Note: See TracChangeset
for help on using the changeset viewer.