mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 03:34:33 +00:00
Docs: Correct various docblocks documentation.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46821 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3144,7 +3144,7 @@ function _wp_customize_publish_changeset( $new_status, $old_status, $changeset_p
|
||||
*
|
||||
* @param array $post_data An array of slashed post data.
|
||||
* @param array $supplied_post_data An array of sanitized, but otherwise unmodified post data.
|
||||
* @returns array Filtered data.
|
||||
* @return array Filtered data.
|
||||
*/
|
||||
function _wp_customize_changeset_filter_insert_post_data( $post_data, $supplied_post_data ) {
|
||||
if ( isset( $post_data['post_type'] ) && 'customize_changeset' === $post_data['post_type'] ) {
|
||||
|
||||
Reference in New Issue
Block a user