Changeset 14071 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/sensei-lesson-columns.php
- Timestamp:
- 09/23/2024 11:56:37 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/sensei-lesson-columns.php
r14027 r14071 30 30 <?php if ( $is_completed ) : ?> 31 31 <!-- wp:wporg/notice {"style":{"spacing":{"margin":{"top":"var:preset|spacing|20"}}}} --> 32 <div class="wp-block-wporg-notice is-tip-notice" style="margin-top:var(--wp--preset--spacing--20)"> 32 <div class="wp-block-wporg-notice is-tip-notice" 33 style="<?php echo $module ? 'margin-top:var(--wp--preset--spacing--20)' : 'margin-bottom:var(--wp--preset--spacing--50)'; ?>"> 33 34 <div class="wp-block-wporg-notice__icon"></div> 34 35 <div class="wp-block-wporg-notice__content">
Note: See TracChangeset
for help on using the changeset viewer.