Changeset 13775 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/footer-content.php
- Timestamp:
- 06/04/2024 11:39:41 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/footer-content.php
r13754 r13775 18 18 19 19 <!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"margin":{"top":"0"}}},"fontSize":"huge","fontFamily":"eb-garamond"} --> 20 <h2 class="wp-block-heading has-eb-garamond-font-family has-huge-font-size" style="margin-top:0;font-style:normal;font-weight:400"> TBD heading</h2>20 <h2 class="wp-block-heading has-eb-garamond-font-family has-huge-font-size" style="margin-top:0;font-style:normal;font-weight:400">[TBD heading]</h2> 21 21 <!-- /wp:heading --> 22 22 … … 40 40 41 41 <!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"margin":{"top":"0"}}},"fontSize":"huge","fontFamily":"eb-garamond"} --> 42 <h2 class="wp-block-heading has-eb-garamond-font-family has-huge-font-size" style="margin-top:0;font-style:normal;font-weight:400"> TBD heading</h2>42 <h2 class="wp-block-heading has-eb-garamond-font-family has-huge-font-size" style="margin-top:0;font-style:normal;font-weight:400">[TBD heading]</h2> 43 43 <!-- /wp:heading --> 44 44 45 45 <!-- wp:paragraph {"fontSize":"small"} --> 46 <p class="has-small-font-size"> <?php esc_html_e( 'Sign up for the free Learn WordPress newsletter and get a monthly dose of what\'s new in the world of WordPress courses, lessons, and online workshops.', 'wporg-learn' ); ?></p>46 <p class="has-small-font-size">[TBD Sign up for the free Learn WordPress newsletter and get a monthly dose of what's new in the world of WordPress courses, lessons, and online workshops.]</p> 47 47 <!-- /wp:paragraph --> 48 49 <!-- wp:jetpack/subscriptions {"className":"is-style-compact"} /--> 48 50 49 51 </div>
Note: See TracChangeset
for help on using the changeset viewer.