Making WordPress.org


Ignore:
Timestamp:
02/05/2022 02:03:14 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Translate: Correct padding for the "New to Translating WordPress?" notice.

Props Otshelnik-Fm.
See #6080.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-help/wporg-gp-help.php

    r2688 r11521  
    4949?>
    5050        <div class="notice" id="help-notice">
    51             New to Translating WordPress?
    52             Read through our <a href="<?php echo self::handbook_link; ?>" target="_blank">Translator Handbook</a> to get started.
    53             <a id="hide-help-notice" class="secondary" style="float: right;" href="<?php echo esc_url( $hide_url ); ?>">Hide</a>
     51            <p>
     52                New to Translating WordPress?
     53                Read through our <a href="<?php echo self::handbook_link; ?>" target="_blank">Translator Handbook</a> to get started.
     54                <a id="hide-help-notice" class="secondary" style="float: right;" href="<?php echo esc_url( $hide_url ); ?>">Hide</a>
     55            </p>
    5456        </div>
    5557        <script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.