Fix the summary and add a missing variable in the hook docs for the `edit_comment_misc_actions` filter.
See [32929]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33177 git-svn-id: http://core.svn.wordpress.org/trunk@33149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
703d4c259c
commit
c333809c0e
|
@ -133,11 +133,11 @@ if ( $comment->comment_parent ) :
|
|||
|
||||
<?php
|
||||
/**
|
||||
* Add additional miscellaneous actions to the edit comment form sidebar.
|
||||
* Filter miscellaneous actions for the edit comment form sidebar.
|
||||
*
|
||||
* @since 4.3.0
|
||||
*
|
||||
* @param string Output HTML to display miscellaneous action.
|
||||
* @param string $html Output HTML to display miscellaneous action.
|
||||
* @param object $comment Current comment object.
|
||||
*/
|
||||
echo apply_filters( 'edit_comment_misc_actions', '', $comment );
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33176';
|
||||
$wp_version = '4.3-beta2-33177';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue