Changeset 32028
- Timestamp:
- 04/05/2015 02:52:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r32023 r32028 1197 1197 class WP_Customize_Theme_Control extends WP_Customize_Control { 1198 1198 1199 /** 1200 * Customize control type. 1201 * 1202 * @since 4.2.0 1203 * @access public 1204 * @var string 1205 */ 1199 1206 public $type = 'theme'; 1207 1208 /** 1209 * Theme object. 1210 * 1211 * @since 4.2.0 1212 * @access public 1213 * @var WP_Theme 1214 */ 1200 1215 public $theme; 1201 1216 … … 1204 1219 * 1205 1220 * @since 4.2.0 1206 * @uses WP_Customize_Control::to_json() 1221 * @access public 1222 * 1223 * @see WP_Customize_Control::to_json() 1207 1224 */ 1208 1225 public function to_json() { … … 1215 1232 * 1216 1233 * @since 4.2.0 1234 * @access public 1217 1235 */ 1218 1236 public function render_content() {} … … 1222 1240 * 1223 1241 * @since 4.2.0 1242 * @access public 1224 1243 */ 1225 1244 public function content_template() {
Note: See TracChangeset
for help on using the changeset viewer.