Make WordPress Core


Ignore:
Timestamp:
05/19/2014 05:44:49 AM (11 years ago)
Author:
wonderboymusic
Message:

Add missing access modifiers to methods/members in WP_Customize_*.

See #27881, #22234.

File:
1 edited

Legend:

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

    r28170 r28509  
    8888     * @param array $args
    8989     */
    90     function __construct( $manager, $id, $args = array() ) {
     90    public function __construct( $manager, $id, $args = array() ) {
    9191        $keys = array_keys( get_object_vars( $this ) );
    9292        foreach ( $keys as $key ) {
Note: See TracChangeset for help on using the changeset viewer.