Skip to content

Commit

Permalink
Link to the code source
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Mar 2, 2022
1 parent fbff38b commit 0cc0d56
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Renders the layout config to the block wrapper.
*
* See `wp_render_layout_support_flag`, `gutenberg_render_layout_support_flag`.
* Copied from https://github.com/WordPress/gutenberg/blob/0ea49d674a376636db5c0722ae41083394df9e60/lib/block-supports/layout.php#L132.
*
* @param string $block_content Rendered block content.
* @param array $block Block object.
Expand Down Expand Up @@ -69,6 +70,7 @@ function render_layout_support_styles( $block_content, $block ) {
* Render the elements stylesheet.
*
* See `wp_render_elements_support`, `gutenberg_render_elements_support`.
* Copied from https://github.com/WordPress/gutenberg/blob/0ea49d674a376636db5c0722ae41083394df9e60/lib/block-supports/elements.php#L15.
*
* @param string $block_content Rendered block content.
* @param array $block Block object.
Expand Down

0 comments on commit 0cc0d56

Please sign in to comment.