Making WordPress.org


Ignore:
Timestamp:
10/27/2017 05:07:17 PM (8 years ago)
Author:
obenland
Message:

Main: Adopt wporg textdomain.

Allows for both parent and child theme strings to be translated in one GlotPress project.

See #2861.

File:
1 edited

Legend:

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

    r5998 r6057  
    1919    <header id="masthead" class="site-header" role="banner">
    2020        <div class="site-branding">
    21             <p class="site-title"><?php _e( 'Meet WordPress', 'wporg-main' ); ?></p>
     21            <p class="site-title"><?php _e( 'Meet WordPress', 'wporg' ); ?></p>
    2222
    2323            <p class="site-description"><?php _e( 'WordPress is open source software you can use to create a beautiful website, blog, or app' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.