Changeset 11298
- Timestamp:
- 05/12/2009 06:10:08 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r11276 r11298 84 84 function core_update_footer( $msg = '' ) { 85 85 if ( !current_user_can('manage_options') ) 86 return sprintf( '| '.__( 'Version %s' ), $GLOBALS['wp_version'] );86 return sprintf( __( 'Version %s' ), $GLOBALS['wp_version'] ); 87 87 88 88 $cur = get_preferred_from_update_core();
Note: See TracChangeset
for help on using the changeset viewer.