Changeset 30606
- Timestamp:
- 11/28/2014 10:51:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r30329 r30606 58 58 * 59 59 * @since 4.1.0 60 61 60 62 */ 61 63 protected $registered_control_types = array(); … … 843 845 * Register a customize control type. 844 846 * 845 * Registered types are eligible to be rendered 846 * via JS and created dynamically. 847 * Registered types are eligible to be rendered via JS and created dynamically. 847 848 * 848 849 * @since 4.1.0 849 * 850 * @param string $control Name of a custom control which is a subclass of {@see WP_Customize_Control}. 850 * @access public 851 * 852 * @param string $control Name of a custom control which is a subclass of 853 * {@see WP_Customize_Control}. 851 854 */ 852 855 public function register_control_type( $control ) { … … 858 861 * 859 862 * @since 4.1.0 863 860 864 */ 861 865 public function render_control_templates() {
Note: See TracChangeset
for help on using the changeset viewer.