Docs: Add missing quote to `{@see 'comment_$old_status_to_$new_status'}` hook reference in `wp_transition_comment_status()` DocBlock.
Props coffee2code. Fixes #49474. Built from https://develop.svn.wordpress.org/trunk@47324 git-svn-id: http://core.svn.wordpress.org/trunk@47118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
511a297fb4
commit
c15cd5f5c4
|
@ -1675,12 +1675,12 @@ function wp_get_comment_status( $comment_id ) {
|
|||
*
|
||||
* Calls hooks for comment status transitions. If the new comment status is not the same
|
||||
* as the previous comment status, then two hooks will be ran, the first is
|
||||
* {@see 'transition_comment_status'} with new status, old status, and comment data. The
|
||||
* next action called is {@see comment_$old_status_to_$new_status'}. It has the
|
||||
* comment data.
|
||||
* {@see 'transition_comment_status'} with new status, old status, and comment data.
|
||||
* The next action called is {@see 'comment_$old_status_to_$new_status'}. It has
|
||||
* the comment data.
|
||||
*
|
||||
* The final action will run whether or not the comment statuses are the same. The
|
||||
* action is named {@see 'comment_$new_status_$comment->comment_type'}.
|
||||
* The final action will run whether or not the comment statuses are the same.
|
||||
* The action is named {@see 'comment_$new_status_$comment->comment_type'}.
|
||||
*
|
||||
* @since 2.7.0
|
||||
*
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-beta2-47318';
|
||||
$wp_version = '5.4-beta2-47324';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue