mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 13:44:30 +00:00
Docs: Correct invalid hook docblocks.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46603 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -168,8 +168,8 @@ switch ( $action ) {
|
||||
*
|
||||
* @since 4.9.0
|
||||
*
|
||||
* @param boolean Whether to replace the editor. Default false.
|
||||
* @param object $post Post object.
|
||||
* @param bool $replace Whether to replace the editor. Default false.
|
||||
* @param WP_Post $post Post object.
|
||||
*/
|
||||
if ( apply_filters( 'replace_editor', false, $post ) === true ) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user