Make WordPress Core


Ignore:
Timestamp:
08/01/2012 02:30:02 AM (11 years ago)
Author:
koopersmith
Message:

Pinking shears.

File:
1 edited

Legend:

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

    r21354 r21381  
    1313     */
    1414    public $manager;
    15    
     15
    1616    /**
    1717     * @access public
     
    4141     */
    4242    public $priority          = 10;
    43    
     43
    4444    /**
    4545     * @access public
     
    4747     */
    4848    public $section           = '';
    49    
     49
    5050    /**
    5151     * @access public
     
    5353     */
    5454    public $label             = '';
    55    
     55
    5656    /**
    5757     * @todo: Remove choices
     
    198198        </li><?php
    199199    }
    200    
     200
    201201    /**
    202202     * Get the data link parameter for a setting.
     
    213213        return 'data-customize-setting-link="' . esc_attr( $this->settings[ $setting_key ]->id ) . '"';
    214214    }
    215    
     215
    216216    /**
    217217     * Render the data link parameter for a setting
     
    322322     */
    323323    public $type = 'color';
    324    
     324
    325325    /**
    326326     * @access public
     
    411411        wp_enqueue_script( 'wp-plupload' );
    412412    }
    413    
     413
    414414    /**
    415415     * Refresh the parameters passed to the JavaScript via JSON.
     
    540540        <?php
    541541    }
    542    
     542
    543543    /**
    544544     * Add a tab to the control.
     
    587587        }
    588588    }
    589    
     589
    590590    /**
    591591     * @since 3.4.0
     
    663663            $this->print_tab_image( esc_url_raw( $background->guid ) );
    664664    }
    665    
     665
    666666    /**
    667667     * @since 3.4.0
     
    738738        <?php
    739739    }
    740    
     740
    741741    /**
    742742     * @since 3.4.0
Note: See TracChangeset for help on using the changeset viewer.