Changeset 6551 for trunk/wp-admin/includes/update.php
- Timestamp:
- 01/04/2008 07:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r6151 r6551 3 3 // The admin side of our 1.0 update system 4 4 5 function core_update_footer( $msg ) {5 function core_update_footer( $msg = '' ) { 6 6 if ( !current_user_can('manage_options') ) 7 7 return sprintf( '| '.__( 'Version %s' ), $GLOBALS['wp_version'] );
Note: See TracChangeset
for help on using the changeset viewer.