Changeset 863
- Timestamp:
- 09/15/2014 08:39:31 AM (10 years ago)
- 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 14 14 15 15 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>'; 17 17 } 18 18 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/grid-page.php
r843 r863 18 18 19 19 <div class="features-header"> 20 <h1><?php _e( 'Features' ); ?></h1>21 <h3><?php _e( 'The power of publishing in your pocket.' ); ?></h3>20 <h1><?php _e( 'Features' , 'wpmobileapps'); ?></h1> 21 <h3><?php _e( 'The power of publishing in your pocket.' , 'wpmobileapps'); ?></h3> 22 22 </div> 23 23
Note: See TracChangeset
for help on using the changeset viewer.