Ticket #15546: 15546.diff
| File 15546.diff, 779 bytes (added by , 15 years ago) |
|---|
-
wp-admin/includes/update.php
82 82 } 83 83 84 84 function core_update_footer( $msg = '' ) { 85 if ( is_multisite() && !current_user_can('update_core') )86 return false;87 88 85 if ( !current_user_can('update_core') ) 89 86 return sprintf( __( 'Version %s' ), $GLOBALS['wp_version'] ); 90 87 … … 140 137 141 138 // Called directly from dashboard 142 139 function update_right_now_message() { 143 if ( is_multisite() && !current_user_can('update_core') )144 return false;145 146 140 $cur = get_preferred_from_update_core(); 147 141 148 142 $msg = sprintf( __('You are using <span class="b">WordPress %s</span>.'), $GLOBALS['wp_version'] );