Making WordPress.org

Changeset 6137


Ignore:
Timestamp:
11/17/2017 12:36:33 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Main: Remove hardcoded full stop after a call-to-action link for proper i18n.

Add full stop to site description text, which is supposed to be a complete sentence.

Props Mirucon.
Fixes #3269.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php

    r6134 r6137  
    2121                        <p class="site-title"><?php _e( 'Meet WordPress', 'wporg' ); ?></p>
    2222
    23                         <p class="site-description"><?php _e( 'WordPress is open source software you can use to create a beautiful website, blog, or app', 'wporg' ); ?></p>
     23                        <p class="site-description"><?php _e( 'WordPress is open source software you can use to create a beautiful website, blog, or app.', 'wporg' ); ?></p>
    2424                </div><!-- .site-branding -->
    2525        </header><!-- #masthead -->
     
    4343
    4444                                </div>
    45                                 <p class="cta-link"><a href="https://wordpress.org/showcase/"><?php _e( 'Discover more sites built with WordPress', 'wporg' ); ?></a>.</p>
     45                                <p class="cta-link"><a href="https://wordpress.org/showcase/"><?php _e( 'Discover more sites built with WordPress', 'wporg' ); ?></a></p>
    4646                        </section>
    4747
Note: See TracChangeset for help on using the changeset viewer.