Changeset 21386
- Timestamp:
- 08/01/2012 07:20:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-control.php
r21385 r21386 488 488 * If no tabs exist, removes the control from the manager. 489 489 * 490 * @since 3.4. 1490 * @since 3.4.2 491 491 */ 492 492 public function prepare_control() { … … 698 698 /** 699 699 * The processed default headers. 700 * @since 3.4. 1700 * @since 3.4.2 701 701 * @var array 702 702 */ … … 705 705 /** 706 706 * The uploaded headers. 707 * @since 3.4. 1707 * @since 3.4.2 708 708 * @var array 709 709 */ … … 747 747 * If no tabs exist, removes the control from the manager. 748 748 * 749 * @since 3.4. 1749 * @since 3.4.2 750 750 */ 751 751 public function prepare_control() {
Note: See TracChangeset
for help on using the changeset viewer.