Changeset 16900 for trunk/wp-admin/includes/template.php
- Timestamp:
- 12/13/2010 09:21:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r16882 r16900 876 876 if ( !isset($wp_meta_boxes[$page][$a_context][$a_priority][$id]) ) 877 877 continue; 878 878 879 879 // If a core box was previously added or removed by a plugin, don't add. 880 880 if ( 'core' == $priority ) { … … 1539 1539 global $hook_suffix, $current_screen, $current_user, $admin_body_class, $wp_locale; 1540 1540 $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix); 1541 1541 1542 1542 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1543 1543 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
Note: See TracChangeset
for help on using the changeset viewer.