Changeset 25783 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 10/15/2013 05:06:35 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r25649 r25783 43 43 $result = array(); 44 44 foreach ( $updates as $update ) { 45 if ( $update->response == 'autoupdate' ) 46 continue; 47 45 48 if ( array_key_exists( $update->current . '|' . $update->locale, $dismissed ) ) { 46 49 if ( $options['dismissed'] ) {
Note: See TracChangeset
for help on using the changeset viewer.