Making WordPress.org

Changeset 863


Ignore:
Timestamp:
09/15/2014 08:39:31 AM (10 years ago)
Author:
yoavf
Message:

apps.wordpress.org theme: add missing textdomain to a few strings. Fixes #609

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps
Files:
2 edited

Legend:

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

    r843 r863  
    1414
    1515                if( $wp_query->current_post == 0 ) {
    16                     echo '<div class="latest-post">' . __( 'Latest Post' ) . '</div>';
     16                    echo '<div class="latest-post">' . __( 'Latest Post' , 'wpmobileapps') . '</div>';
    1717                }
    1818            }
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/grid-page.php

    r843 r863  
    1818
    1919            <div class="features-header">
    20                     <h1><?php _e( 'Features' ); ?></h1>
    21                     <h3><?php _e( 'The power of publishing in your&nbsp;pocket.' ); ?></h3>
     20                    <h1><?php _e( 'Features' , 'wpmobileapps'); ?></h1>
     21                    <h3><?php _e( 'The power of publishing in your&nbsp;pocket.' , 'wpmobileapps'); ?></h3>
    2222            </div>
    2323
Note: See TracChangeset for help on using the changeset viewer.