Making WordPress.org


Ignore:
Timestamp:
09/23/2024 11:56:37 AM (15 months ago)
Author:
renyot
Message:

Learn: Sync with git WordPress/learn@6304a40

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  
    3030        <?php if ( $is_completed ) : ?>
    3131            <!-- 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)'; ?>">
    3334                <div class="wp-block-wporg-notice__icon"></div>
    3435                <div class="wp-block-wporg-notice__content">
Note: See TracChangeset for help on using the changeset viewer.