Changeset 7979 for trunk/wp-admin/update.php
- Timestamp:
- 05/22/2008 12:06:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r7949 r7979 4 4 5 5 if ( !current_user_can('edit_plugins') ) 6 6 wp_die('<p>'.__('You do not have sufficient permissions to update plugins for this blog.').'</p>'); 7 7 8 8 function request_filesystem_credentials($form_post, $type = '', $error = false) { … … 152 152 <title><?php bloginfo('name') ?> › <?php _e('Plugin Reactivation'); ?> — <?php _e('WordPress'); ?></title> 153 153 <?php 154 wp_admin_css( ' css/global');155 wp_admin_css( 'c ss/colors');154 wp_admin_css( 'global', true ); 155 wp_admin_css( 'colors', true ); 156 156 ?> 157 157 </head>
Note: See TracChangeset
for help on using the changeset viewer.