Changeset 32036
- Timestamp:
- 04/05/2015 03:35:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r32035 r32036 129 129 * 130 130 * @since 4.2.0 131 * @access public 131 132 */ 132 133 public function register_settings() { … … 160 161 * 161 162 * @since 4.2.0 162 * 163 * @param false|array $args 164 * @param string $setting_id 165 * @return false|array 163 * @access public 164 * 165 * @param false|array $setting_args The arguments to the WP_Customize_Setting constructor. 166 * @param string $setting_id ID for dynamic setting, usually coming from `$_POST['customized']`. 167 * @return false|array Setting arguments, false otherwise. 166 168 */ 167 169 public function filter_customize_dynamic_setting_args( $args, $setting_id ) {
Note: See TracChangeset
for help on using the changeset viewer.