Changeset 18601
- Timestamp:
- 08/25/2011 06:01:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-blogs.php
r17988 r18601 17 17 global $wpdb; 18 18 19 // TODO: use update_blog_details 20 21 $wpdb->update( $wpdb->blogs, array('last_updated' => current_time('mysql', true)), array('blog_id' => $wpdb->blogid) ); 22 refresh_blog_details( $wpdb->blogid ); 19 update_blog_details( $wpdb->blogid, array('last_updated' => current_time('mysql', true)) ); 23 20 24 21 do_action( 'wpmu_blog_updated', $wpdb->blogid );
Note: See TracChangeset
for help on using the changeset viewer.