Ticket #21838: update-std-class.diff
| File update-std-class.diff, 439 bytes (added by , 14 years ago) |
|---|
-
wp-admin/includes/update.php
86 86 return sprintf( __( 'Version %s' ), $GLOBALS['wp_version'] ); 87 87 88 88 $cur = get_preferred_from_update_core(); 89 if ( empty( $cur ) ) 90 $cur = new stdClass; 91 89 92 if ( ! isset( $cur->current ) ) 90 93 $cur->current = ''; 91 94