Changeset 62178 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 03/30/2026 05:31:56 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-theme-json.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r61699 r62178 4268 4268 * of manually after instantiation. 4269 4269 * 4270 * @return null|void4270 * @return void 4271 4271 */ 4272 4272 public function set_spacing_sizes() { … … 4297 4297 ); 4298 4298 } 4299 return null;4299 return; 4300 4300 } 4301 4301 4302 4302 // If theme authors want to prevent the generation of the core spacing scale they can set their theme.json spacingScale.steps to 0. 4303 4303 if ( 0 === $spacing_scale['steps'] ) { 4304 return null;4304 return; 4305 4305 } 4306 4306
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)