Changeset 5987 for trunk/wp-admin/includes/update.php
- Timestamp:
- 08/30/2007 04:25:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r5985 r5987 5 5 function core_update_footer( $msg ) { 6 6 $cur = get_option( 'update_core' ); 7 8 if ( ! isset( $cur->response ) )9 return $msg;10 7 11 8 switch ( $cur->response ) { … … 18 15 break; 19 16 20 21 17 case 'latest' : 18 default : 22 19 return sprintf( '| '.__( 'Version %s' ), $GLOBALS['wp_version'] ); 23 20 break;
Note: See TracChangeset
for help on using the changeset viewer.