Changeset 41661 for trunk/tests/phpunit/tests/multisite/site.php
- Timestamp:
- 10/02/2017 01:43:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r41380 r41661 364 364 365 365 // compare the update time with the current time, allow delta < 2 366 $blog = get_site( $wpdb->blogid);366 $blog = get_site( get_current_blog_id() ); 367 367 $current_time = time(); 368 368 $time_difference = $current_time - strtotime( $blog->last_updated );
Note: See TracChangeset
for help on using the changeset viewer.