Changeset 12789 for trunk/wp-admin/update.php
- Timestamp:
- 01/21/2010 09:37:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r12752 r12789 157 157 require_once('admin-header.php'); 158 158 159 $title = sprintf( __('Installing theme: %s'), $api->name . ' ' . $api->version );159 $title = sprintf( __('Installing Theme: %s'), $api->name . ' ' . $api->version ); 160 160 $nonce = 'install-theme_' . $theme; 161 161 $url = 'update.php?action=install-theme&theme=' . $theme;
Note: See TracChangeset
for help on using the changeset viewer.