Changeset 27884 for branches/3.7/src/wp-admin/includes/update.php
- Timestamp:
- 04/01/2014 03:30:13 AM (11 years ago)
- Location:
- branches/3.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src/wp-admin/includes/update.php
r25957 r27884 365 365 */ 366 366 $comparison = ! empty( $failed['critical'] ) ? '>=' : '>'; 367 if ( version_compare( $failed['attempted'], $wp_version, '>=') )367 if ( version_compare( $failed['attempted'], $wp_version, $comparison ) ) 368 368 $nag = true; 369 369 }
Note: See TracChangeset
for help on using the changeset viewer.