Make WordPress Core


Ignore:
Timestamp:
12/13/2010 09:21:50 PM (14 years ago)
Author:
ryan
Message:

Pink trailing whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r16882 r16900  
    876876            if ( !isset($wp_meta_boxes[$page][$a_context][$a_priority][$id]) )
    877877                continue;
    878    
     878
    879879            // If a core box was previously added or removed by a plugin, don't add.
    880880            if ( 'core' == $priority ) {
     
    15391539    global $hook_suffix, $current_screen, $current_user, $admin_body_class, $wp_locale;
    15401540    $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix);
    1541    
     1541
    15421542?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    15431543<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.