Skip to content

Commit

Permalink
Add back missing column.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Oct 2, 2023
1 parent ef0c008 commit 1fc8022
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion mu-plugins/blocks/global-header-footer/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,22 @@
</ul>
<!-- /wp:list -->


<!-- wp:list -->
<ul>
<!-- wp:list-item -->
<li><a href="<?php echo esc_url( get_localized_link( 'https://wordpress.org/showcase/' ) ); ?>"><?php echo esc_html_x( 'Showcase', 'Menu item title', 'wporg' ); ?></a></li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li><a href="<?php echo esc_url( get_localized_link( 'https://wordpress.org/themes/' ) ); ?>"><?php echo esc_html_x( 'Themes', 'Menu item title', 'wporg' ); ?></a></li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li><a href="<?php echo esc_url( get_localized_link( 'https://wordpress.org/plugins/' ) ); ?>"><?php echo esc_html_x( 'Plugins', 'Menu item title', 'wporg' ); ?></a></li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li><a href="<?php echo esc_url( get_localized_link( 'https://wordpress.org/patterns/' ) ); ?>"><?php echo esc_html_x( 'Patterns', 'Menu item title', 'wporg' ); ?></a></li>
<!-- /wp:list-item -->
</ul>
<!-- /wp:list -->

<!-- wp:list -->
<ul>
Expand Down

0 comments on commit 1fc8022

Please sign in to comment.