Skip to content
Closed
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 the comments.
Add the reference to the WordPress `enqueue_block_styles_assets` function to docblock
  • Loading branch information
david-binda committed Oct 29, 2021
commit 7ec554b23758db00c8941d5510232457820de0d4
2 changes: 2 additions & 0 deletions lib/compat/wordpress-5.9/default-theme-supports.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* template (eg.: 404)
*
* More details on the bug can be found in: https://core.trac.wordpress.org/ticket/54323
*
* @see enqueue_block_styles_assets
*/
function gutenberg_enqueue_block_styles_assets() {
$block_styles = WP_Block_Styles_Registry::get_instance()->get_all_registered();
Expand Down