Changeset 13924
- Timestamp:
- 07/26/2024 02:49:41 AM (7 weeks ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/front-page-header.php
r13735 r13924 14 14 'Extend your WordPress experience! Browse over %s free plugins.', 15 15 $count, 16 'wporg- themes'16 'wporg-plugins' 17 17 ), 18 18 number_format_i18n( $count ) … … 29 29 30 30 <!-- wp:heading {"level":1,"style":{"typography":{"fontSize":"50px","fontStyle":"normal","fontWeight":"400"}},"fontFamily":"eb-garamond"} --> 31 <h1 class="wp-block-heading has-eb-garamond-font-family" style="font-size:50px;font-style:normal;font-weight:400"><?php esc_html_e( 'Plugins', 'wporg ' ); ?></h1>31 <h1 class="wp-block-heading has-eb-garamond-font-family" style="font-size:50px;font-style:normal;font-weight:400"><?php esc_html_e( 'Plugins', 'wporg-plugins' ); ?></h1> 32 32 <!-- /wp:heading --> 33 33 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/full-width-search.php
r13855 r13924 10 10 <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20"},"padding":{"right":"var:preset|spacing|edge-space","left":"var:preset|spacing|edge-space"}}}} --> 11 11 <div class="wp-block-group alignfull" style="margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)"> 12 <!-- wp:search {"label":"<?php esc_attr_e( 'Search plugins', 'wporg ' ); ?>","showLabel":false,"placeholder":"<?php esc_attr_e( 'Search plugins', 'wporg' ); ?>","width":232,"widthUnit":"px","buttonText":"<?php esc_attr_e( 'Search plugins', 'wporg' ); ?>","buttonPosition":"button-inside","buttonUseIcon":true} /-->12 <!-- wp:search {"label":"<?php esc_attr_e( 'Search plugins', 'wporg-plugins' ); ?>","showLabel":false,"placeholder":"<?php esc_attr_e( 'Search plugins', 'wporg-plugins' ); ?>","width":232,"widthUnit":"px","buttonText":"<?php esc_attr_e( 'Search plugins', 'wporg-plugins' ); ?>","buttonPosition":"button-inside","buttonUseIcon":true} /--> 13 13 </div> 14 14 <!-- /wp:group -->
Note: See TracChangeset
for help on using the changeset viewer.