Make WordPress Core

Changeset 30609


Ignore:
Timestamp:
11/28/2014 11:12:46 AM (10 years ago)
Author:
DrewAPicture
Message:

4.1 Docs Audit: Fix DocBlock formatting for the customize_preview_{$this->type} hook.

See #30469.

File:
1 edited

Legend:

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

    r30105 r30609  
    140140                 * not handled as theme_mods or options.
    141141                 *
    142                  * The dynamic portion of the hook name, $this->type, refers to the setting type.
     142                 * The dynamic portion of the hook name, `$this->type`, refers to the setting type.
    143143                 *
    144144                 * @since 4.1.0
    145145                 *
    146                  * @param WP_Customize_Setting $this WP_Customize_Setting instance.
     146                 * @param WP_Customize_Setting $this {@see WP_Customize_Setting} instance.
    147147                 */
    148148                do_action( "customize_preview_{$this->type}", $this );
Note: See TracChangeset for help on using the changeset viewer.