- Timestamp:
- 03/03/2016 07:55:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-site-logo-control.php
r36698 r36837 1 1 <?php 2 2 /** 3 * Customize API: WP_Customize_ Site_Logo_Control class3 * Customize API: WP_Customize_Custom_Logo_Control class 4 4 * 5 5 * @package WordPress … … 9 9 10 10 /** 11 * Customize Site Logo control class.11 * Customize custom logo control class. 12 12 * 13 13 * Used only for custom functionality in JavaScript. … … 17 17 * @see WP_Customize_Image_Control 18 18 */ 19 class WP_Customize_ Site_Logo_Control extends WP_Customize_Image_Control {19 class WP_Customize_Custom_Logo_Control extends WP_Customize_Image_Control { 20 20 21 21 /** … … 26 26 * @var string 27 27 */ 28 public $type = ' site_logo';28 public $type = 'custom_logo'; 29 29 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.