Use 3-digit x.x.x style for two 4.0.0 @since versions.
see #28885. Built from https://develop.svn.wordpress.org/trunk@29319 git-svn-id: http://core.svn.wordpress.org/trunk@29100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9c1d22a454
commit
0ae76229ec
|
@ -912,7 +912,7 @@ function _update_blog_date_on_post_delete( $post_id ) {
|
|||
/**
|
||||
* Handler for updating the blog posts count date when a post is deleted.
|
||||
*
|
||||
* @since 4.0
|
||||
* @since 4.0.0
|
||||
*
|
||||
* @param int $post_id Post ID.
|
||||
*/
|
||||
|
@ -927,7 +927,7 @@ function _update_posts_count_on_delete( $post_id ) {
|
|||
/**
|
||||
* Handler for updating the blog posts count date when a post status changes.
|
||||
*
|
||||
* @since 4.0
|
||||
* @since 4.0.0
|
||||
*
|
||||
* @param string $new_status The status the post is changing to.
|
||||
* @param string $old_status The status the post is changing from.
|
||||
|
|
Loading…
Reference in New Issue