Changeset 8656 for trunk/wp-admin/update.php
- Timestamp:
- 08/16/2008 07:27:34 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/update.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r8600 r8656 1 1 <?php 2 /** 3 * Update Plugin / Core administration panel. 4 * 5 * @package WordPress 6 * @subpackage Administration 7 */ 2 8 9 /** WordPress Administration Bootstrap */ 3 10 require_once('admin.php'); 4 11 … … 6 13 wp_die(__('You do not have sufficient permissions to update plugins for this blog.')); 7 14 15 /** 16 * Plugin upgrade display. 17 * 18 * @since 2.5 19 * 20 * @param string $plugin Plugin 21 */ 8 22 function do_plugin_upgrade($plugin) { 9 23 global $wp_filesystem; … … 45 59 } 46 60 61 /** 62 * Display upgrade WordPress for downloading latest or upgrading automatically form. 63 * 64 * @since 2.7 65 * 66 * @return null 67 */ 47 68 function core_upgrade_preamble() { 48 69 $update = get_option('update_core'); … … 58 79 59 80 if ( 'development' == $update->response ) { 60 $message = __('You are using a developme mt version of WordPress. You can upgrade to the latest nightly build automatically or download the nightly build and install it manually. Which would you like to do?');81 $message = __('You are using a development version of WordPress. You can upgrade to the latest nightly build automatically or download the nightly build and install it manually. Which would you like to do?'); 61 82 $submit = __('Download nightly build'); 62 83 } else { … … 79 100 } 80 101 102 /** 103 * Upgrade WordPress core display. 104 * 105 * @since 2.7 106 * 107 * @return null 108 */ 81 109 function do_core_upgrade() { 82 110 global $wp_filesystem;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)