Make WordPress Core


Ignore:
Timestamp:
05/22/2008 12:06:41 AM (17 years ago)
Author:
ryan
Message:

wp_admin_css() improvements. Props mdawaffe. see #7011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update.php

    r7949 r7979  
    44
    55if ( !current_user_can('edit_plugins') )
    6                 wp_die('<p>'.__('You do not have sufficient permissions to update plugins for this blog.').'</p>');
     6    wp_die('<p>'.__('You do not have sufficient permissions to update plugins for this blog.').'</p>');
    77
    88function request_filesystem_credentials($form_post, $type = '', $error = false) {
     
    152152<title><?php bloginfo('name') ?> &rsaquo; <?php _e('Plugin Reactivation'); ?> &#8212; <?php _e('WordPress'); ?></title>
    153153<?php
    154 wp_admin_css( 'css/global' );
    155 wp_admin_css( 'css/colors' );
     154wp_admin_css( 'global', true );
     155wp_admin_css( 'colors', true );
    156156?>
    157157</head>
Note: See TracChangeset for help on using the changeset viewer.