mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
Docs: Correct rest_insert_* duplicate hook references in REST API.
Props keesiemeijer. Fixes #39371. git-svn-id: https://develop.svn.wordpress.org/trunk@39671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -651,7 +651,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller {
|
||||
|
||||
$post = get_post( $post_id );
|
||||
|
||||
/* This action is documented in lib/endpoints/class-wp-rest-controller.php */
|
||||
/** This action is documented in wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php */
|
||||
do_action( "rest_insert_{$this->post_type}", $post, $request, false );
|
||||
|
||||
$schema = $this->get_item_schema();
|
||||
|
||||
Reference in New Issue
Block a user