Changeset 37166 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 04/07/2016 08:58:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r36645 r37166 205 205 $this->is_multidimensional_aggregated = true; 206 206 } 207 } 208 209 /** 210 * Reset `$aggregated_multidimensionals` static variable. 211 * 212 * This is intended only for use by unit tests. 213 * 214 * @since 4.5.0 215 * @access public 216 * @ignore 217 */ 218 static public function reset_aggregated_multidimensionals() { 219 self::$aggregated_multidimensionals = array(); 207 220 } 208 221
Note: See TracChangeset
for help on using the changeset viewer.