Ticket #4869: 4869-footer.diff
File 4869-footer.diff, 496 bytes (added by , 18 years ago) |
---|
-
wp-admin/includes/update.php
3 3 // The admin side of our 1.0 update system 4 4 5 5 function core_update_footer( $msg ) { 6 if ( !current_user_can('switch_themes') ) 7 return sprintf( __( '| Version %s' ), $GLOBALS['wp_version'] ); 8 6 9 $cur = get_option( 'update_core' ); 7 10 8 11 if ( ! isset( $cur->response ) )