Changeset 36416 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 01/28/2016 03:34:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r36413 r36416 10 10 11 11 /** 12 * Update the last_updated field for the current blog.12 * Update the last_updated field for the current site. 13 13 * 14 14 * @since MU … … 25 25 * @since MU 26 26 * 27 * @param int $blog_id BlogID.27 * @param int $blog_id Site ID. 28 28 */ 29 29 do_action( 'wpmu_blog_updated', $wpdb->blogid ); … … 992 992 update_posts_count(); 993 993 } 994
Note: See TracChangeset
for help on using the changeset viewer.