Make WordPress Core


Ignore:
Timestamp:
04/05/2015 03:16:32 PM (10 years ago)
Author:
DrewAPicture
Message:

Add missing @access tags to two DocBlocks in WP_Customize_Setting.

See [31707]. See #31888.

File:
1 edited

Legend:

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

    r31707 r32034  
    119119     *
    120120     * @since 4.2.0
     121     * @access protected
    121122     * @var int
    122123     */
     
    127128     *
    128129     * @since 4.2.0
     130     * @access public
     131     *
    129132     * @return bool|null Returns null if preview() has not been called yet.
    130133     */
Note: See TracChangeset for help on using the changeset viewer.