Skip to content

Commit

Permalink
Add list item wrapper to social links when used in navigation block (#…
Browse files Browse the repository at this point in the history
…61396)

* Add list item wrapper to social links when used in navigation block

* Add a trailing comma

----

Unlinked contributors: timofey-drozhzhin.

Co-authored-by: talldan <[email protected]>
Co-authored-by: carolinan <[email protected]>
  • Loading branch information
3 people authored May 9, 2024
1 parent d6a5e87 commit ded5a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/navigation/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class WP_Navigation_Block_Renderer {
private static $needs_list_item_wrapper = array(
'core/site-title',
'core/site-logo',
'core/social-links',
);

/**
Expand Down

0 comments on commit ded5a39

Please sign in to comment.