Changes in trunk/wp-admin/update-core.php [14995:15231]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r14995 r15231 187 187 <thead> 188 188 <tr> 189 <th scope="col" class="manage-column check-column"><input type="checkbox" /></th>190 <th scope="col" class="manage-column">< ?php _e('Select All'); ?></th>189 <th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all" /></th> 190 <th scope="col" class="manage-column"><label for="plugins-select-all"><?php _e('Select All'); ?></label></th> 191 191 </tr> 192 192 </thead> … … 194 194 <tfoot> 195 195 <tr> 196 <th scope="col" class="manage-column check-column"><input type="checkbox" /></th>197 <th scope="col" class="manage-column">< ?php _e('Select All'); ?></th>196 <th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all-2" /></label></th> 197 <th scope="col" class="manage-column"><label for="plugins-select-all-2"><?php _e('Select All'); ?></label></th> 198 198 </tr> 199 199 </tfoot> … … 260 260 <thead> 261 261 <tr> 262 <th scope="col" class="manage-column check-column"><input type="checkbox" /></th>263 <th scope="col" class="manage-column">< ?php _e('Theme'); ?></th>262 <th scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all" /></th> 263 <th scope="col" class="manage-column"><label for="themes-select-all"><?php _e('Select All'); ?></label></th> 264 264 </tr> 265 265 </thead> … … 267 267 <tfoot> 268 268 <tr> 269 <th scope="col" class="manage-column check-column"><input type="checkbox" /></th>270 <th scope="col" class="manage-column">< ?php _e('Theme'); ?></th>269 <th scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all-2" /></th> 270 <th scope="col" class="manage-column"><label for="themes-select-all-2"><?php _e('Select All'); ?></label></th> 271 271 </tr> 272 272 </tfoot> … … 384 384 add_contextual_help($current_screen, 385 385 '<p>' . __('This screen lets you update to the latest version of WordPress as well as update your themes and plugins from the WordPress.org repository. When updates are available, the number of available updates will appear in a bubble on the left hand menu as a notification. It is very important to keep your WordPress installation up to date for security reasons, so when you see a number appear, make sure you take the time to update, which is an easy process.') . '</p>' . 386 '<p>' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available. ') . '</p>' . 387 '<p>' . __('To upgrade themes or plugins from this screen, use the checkboxes to make your selection and click on the appropriate Update button. Check the box at the top of the Themes or Plugins section to select all and update them all at once.') . '</p>' 386 '<p>' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available.') . '</p>' . 387 '<p>' . __('To upgrade themes or plugins from this screen, use the checkboxes to make your selection and click on the appropriate Update button. Check the box at the top of the Themes or Plugins section to select all and update them all at once.') . '</p>' . 388 '<p><strong>' . __('For more information:') . '</strong></p>' . 389 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_Updates_SubPanel" target="_blank">Documentation on Updating WordPress</a>') . '</p>' . 390 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 388 391 ); 389 392
Note: See TracChangeset
for help on using the changeset viewer.