Changeset 7460
- Timestamp:
- 03/21/2008 09:05:22 PM (18 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
css/ie.css (modified) (1 diff)
-
update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/ie.css
r7255 r7460 57 57 padding: 1px 5px; 58 58 } 59 60 /* without this dashboard widgets appear in one column for some screen widths */ 61 div#dashboard-widgets { 62 padding-right: 1px; 63 } -
trunk/wp-admin/update.php
r7415 r7460 7 7 8 8 function request_filesystem_credentials($form_post, $type = '', $error = false) { 9 $req_cred = apply_filters('request_filesystem_credentials', '', $form_post, $type, $error); 10 if ( '' !== $req_cred ) 11 return $req_cred; 12 9 13 if ( empty($type) ) 10 14 $type = get_filesystem_method();
Note: See TracChangeset
for help on using the changeset viewer.