Make WordPress Core


Ignore:
Timestamp:
01/16/2015 06:36:46 PM (11 years ago)
Author:
wonderboymusic
Message:

[31210] broke Supportflow on dotorg, which declares these methods as protected. Switch to protected for the noop methods. The subclasses can make them more visible using public.

See #30799.

File:
1 edited

Legend:

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

    r31188 r31211  
    890890     * @since 3.4.0
    891891     *
    892      * @param {WP_Customize_Panel|WP_Customize_Section|WP_Customize_Control} $a Object A.
    893      * @param {WP_Customize_Panel|WP_Customize_Section|WP_Customize_Control} $b Object B.
     892     * @param WP_Customize_Panel|WP_Customize_Section|WP_Customize_Control $a Object A.
     893     * @param WP_Customize_Panel|WP_Customize_Section|WP_Customize_Control $b Object B.
    894894     * @return int
    895895     */
Note: See TracChangeset for help on using the changeset viewer.