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
  • Loading branch information
talldan committed May 6, 2024
1 parent ccf9d33 commit 8f4e346
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'

Check failure on line 26 in packages/block-library/src/navigation/index.php

View workflow job for this annotation

GitHub Actions / PHP coding standards

There should be a comma after the last array item in a multi-line array.
);

/**
Expand Down

0 comments on commit 8f4e346

Please sign in to comment.