Changeset 863 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/content.php
- Timestamp:
- 09/15/2014 08:39:31 AM (11 years ago)
- File:
-
- 1 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 }
Note: See TracChangeset
for help on using the changeset viewer.