Changeset 30676 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 11/30/2014 11:32:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r30656 r30676 823 823 * 824 824 * @param WP_Customize_Manager $manager 825 * @param string $id 826 * @param array $args 825 827 */ 826 828 public function __construct( $manager, $id, $args = array() ) { … … 902 904 public $default_headers; 903 905 906 /** 907 * @param WP_Customize_Manager $manager 908 */ 904 909 public function __construct( $manager ) { 905 910 parent::__construct( $manager, 'header_image', array(
Note: See TracChangeset
for help on using the changeset viewer.