Changeset 33217
- Timestamp:
- 07/13/2015 08:31:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r33154 r33217 1010 1010 * @access public 1011 1011 * 1012 * @param string $panel Name of a custom panel which is a subclass of 1013 * {@see WP_Customize_Panel}. 1012 * @see WP_Customize_Panel 1013 * 1014 * @param string $panel Name of a custom panel which is a subclass of WP_Customize_Panel. 1014 1015 */ 1015 1016 public function register_panel_type( $panel ) { … … 1079 1080 * @access public 1080 1081 * 1081 * @param string $section Name of a custom section which is a subclass of 1082 * {@see WP_Customize_Section}. 1082 * @see WP_Customize_Section 1083 * 1084 * @param string $section Name of a custom section which is a subclass of WP_Customize_Section. 1083 1085 */ 1084 1086 public function register_section_type( $section ) {
Note: See TracChangeset
for help on using the changeset viewer.