Changeset 10773
- Timestamp:
- 03/11/2009 11:37:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/update.php
r10150 r10773 31 31 $current = new stdClass; 32 32 33 $locale = get_locale();33 $locale = apply_filters( 'core_version_check_locale', get_locale() ); 34 34 if ( 35 35 isset( $current->last_checked ) &&
Note: See TracChangeset
for help on using the changeset viewer.