Changeset 61649 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 02/15/2026 11:17:55 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-blogs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r59688 r61649 905 905 * @since 4.9.0 Added the `$post` parameter. 906 906 * 907 * @param string $new_status The status the post is changing to.908 * @param string $old_status The status the post is changing from.909 * @param WP_Post $post Post object907 * @param string $new_status The status the post is changing to. 908 * @param string $old_status The status the post is changing from. 909 * @param WP_Post|null $post Post object. 910 910 */ 911 911 function _update_posts_count_on_transition_post_status( $new_status, $old_status, $post = null ) {
Note: See TracChangeset
for help on using the changeset viewer.