Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve PHPdoc
  • Loading branch information
oandregal committed Dec 7, 2021
commit 88d8ac5606b9dab0e5e199a9735d7623ec2896b3
2 changes: 2 additions & 0 deletions lib/compat/wordpress-5.9/class-wp-theme-json-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,8 @@ private static function should_override_preset( $theme_json, $path, $override )
* Returns the default slugs for all the presets in an associative array
* whose keys are the preset paths and the leafs is the list of slugs.
*
* For example:
*
* array(
* 'color' => array(
* 'palette' => array( 'slug-1', 'slug-2' ),
Expand Down