Make WordPress Core


Ignore:
Timestamp:
11/15/2008 06:41:27 PM (16 years ago)
Author:
ryan
Message:

Notice fix

File:
1 edited

Legend:

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

    r9669 r9719  
    9393        $cur->url = '';
    9494
     95    if ( ! isset( $cur->response ) )
     96        $cur->response = '';
     97
    9598    switch ( $cur->response ) {
    9699    case 'development' :
Note: See TracChangeset for help on using the changeset viewer.