Changeset 46823 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 12/06/2019 10:41:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r46685 r46823 770 770 * @since 3.3.0 771 771 * 772 * @param string $new_status The new post status773 * @param string $old_status The old post status774 * @param object $post Post object772 * @param string $new_status The new post status. 773 * @param string $old_status The old post status. 774 * @param WP_Post $post Post object. 775 775 */ 776 776 function _update_blog_date_on_post_publish( $new_status, $old_status, $post ) {
Note: See TracChangeset
for help on using the changeset viewer.