Changeset 29157 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 07/14/2014 12:35:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r29103 r29157 320 320 * 321 321 * @since 4.0.0 322 * 323 * @return array 322 * @access public 323 * 324 * @return array Panels. 324 325 */ 325 326 public function panels() { … … 434 435 * 435 436 * @since 4.0.0 437 * @access public 436 438 */ 437 439 public function customize_preview_override_404_status() { … … 681 683 * 682 684 * @since 4.0.0 685 * @access public 683 686 * 684 687 * @param WP_Customize_Panel|string $id Customize Panel object, or Panel ID. 685 * @param array $args Panel arguments.688 * @param array $args Optional. Panel arguments. Default empty array. 686 689 */ 687 690 public function add_panel( $id, $args = array() ) { … … 700 703 * 701 704 * @since 4.0.0 702 * 703 * @param string $id Panel ID. 704 * @return WP_Customize_Panel 705 * @access public 706 * 707 * @param string $id Panel ID to get. 708 * @return WP_Customize_Panel Requested panel instance. 705 709 */ 706 710 public function get_panel( $id ) { … … 714 718 * 715 719 * @since 4.0.0 716 * 717 * @param string $id Panel ID. 720 * @access public 721 * 722 * @param string $id Panel ID to remove. 718 723 */ 719 724 public function remove_panel( $id ) {
Note: See TracChangeset
for help on using the changeset viewer.