Make WordPress Core


Ignore:
Timestamp:
01/07/2015 01:47:17 AM (9 years ago)
Author:
DrewAPicture
Message:

Add a description for the $data parameter in the DocBlock for the customize_save_response hook introduced in [31062].

Props westonruter.
Fixes #29098.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r31062 r31063  
    678678         * @since 4.2.0
    679679         *
    680          * @param array $data
     680         * @param array                $data Additional information passed back to the 'saved'
     681         *                                   event on `wp.customize`.
    681682         * @param WP_Customize_Manager $this WP_Customize_Manager instance.
    682683         */
Note: See TracChangeset for help on using the changeset viewer.