Make WordPress Core


Ignore:
Timestamp:
01/04/2008 07:36:34 PM (17 years ago)
Author:
ryan
Message:

Unused var cleanup. Props DD32. see #5418

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/update.php

    r6151 r6551  
    33// The admin side of our 1.0 update system
    44
    5 function core_update_footer( $msg ) {
     5function core_update_footer( $msg = '' ) {
    66    if ( !current_user_can('manage_options') )
    77        return sprintf( '| '.__( 'Version %s' ), $GLOBALS['wp_version'] );
Note: See TracChangeset for help on using the changeset viewer.