Make WordPress Core


Ignore:
Timestamp:
08/08/2008 05:05:10 PM (17 years ago)
Author:
westi
Message:

Lots of fixes for Notices when WP_DEBUG is set. See #6669 props santosj.

File:
1 edited

Legend:

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

    r8540 r8589  
    88
    99    $cur = get_option( 'update_core' );
     10    if ( ! isset( $cur->current ) )
     11        $cur->current = '';
     12
     13    if ( ! isset( $cur->url ) )
     14        $cur->url = '';
    1015
    1116    switch ( $cur->response ) {
Note: See TracChangeset for help on using the changeset viewer.