Changeset 22492 for trunk/wp-includes/class-wp-customize-control.php
- Timestamp:
- 11/09/2012 05:47:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-control.php
r22400 r22492 403 403 public $removed = ''; 404 404 public $context; 405 public $extensions; 405 406 406 407 /** … … 426 427 if ( $this->context ) 427 428 $this->json['context'] = $this->context; 429 430 if ( $this->extensions ) 431 $this->json['extensions'] = $this->extensions; 428 432 } 429 433 … … 457 461 public $get_url; 458 462 public $statuses; 463 public $extensions = 'jpg,jpeg,gif,png'; 459 464 460 465 protected $tabs = array();
Note: See TracChangeset
for help on using the changeset viewer.