Changeset 19054 for trunk/wp-admin/update-core.php
- Timestamp:
- 10/24/2011 07:13:23 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/update-core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r19003 r19054 13 13 wp_enqueue_script( 'plugin-install' ); 14 14 add_thickbox(); 15 15 16 16 if ( is_multisite() && ! is_network_admin() ) { 17 17 wp_redirect( network_admin_url( 'update-core.php' ) ); … … 251 251 $upgrade_notice = ''; 252 252 } 253 253 254 254 $details_url = self_admin_url('plugin-install.php?tab=plugin-information&plugin=' . $plugin_data->update->slug . '&TB_iframe=true&width=640&height=662'); 255 $details_text = sprintf(__('View version %1$s details'), $plugin_data->update->new_version); 255 $details_text = sprintf(__('View version %1$s details'), $plugin_data->update->new_version); 256 256 $details = sprintf('<a href="%1$s" class="thickbox" title="%2$s">%3$s</a>.', esc_url($details_url), esc_attr($plugin_data->Name), $details_text); 257 257 258 258 echo " 259 259 <tr class='active'>
Note: See TracChangeset
for help on using the changeset viewer.