Changeset 13286
- Timestamp:
- 03/06/2024 04:08:27 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/patterns/local-nav.php
r13281 r13286 9 9 10 10 <!-- wp:paragraph {"fontSize":"small"} --> 11 <p class="wp-block-site-title has-small-font-size"><a href="%s"> Forums</a></p>11 <p class="wp-block-site-title has-small-font-size"><a href="%s">%s</a></p> 12 12 <!-- /wp:paragraph --> 13 13 … … 15 15 16 16 <!-- /wp:wporg/local-navigation-bar -->', 17 esc_url( home_url( '/forums/' ) ) 17 esc_url( home_url( '/forums/' ) ), 18 esc_html__( 'Forums', 'wporg-support' ), 18 19 ), 19 20 )
Note: See TracChangeset
for help on using the changeset viewer.