Changeset 19957
- Timestamp:
- 02/21/2012 05:44:31 AM (13 years ago)
- Location:
- trunk/wp-content/themes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/author.php
r18291 r19957 50 50 <?php the_author_meta( 'description' ); ?> 51 51 </div><!-- #author-description --> 52 </div><!-- # entry-author-info -->52 </div><!-- #author-info --> 53 53 <?php endif; ?> 54 54 -
trunk/wp-content/themes/twentyeleven/content-single.php
r19584 r19957 66 66 </div><!-- #author-link --> 67 67 </div><!-- #author-description --> 68 </div><!-- # entry-author-info -->68 </div><!-- #author-info --> 69 69 <?php endif; ?> 70 70 </footer><!-- .entry-meta --> -
trunk/wp-content/themes/twentytwelve/author.php
r19842 r19957 34 34 <?php the_author_meta( 'description' ); ?> 35 35 </div><!-- #author-description --> 36 </div><!-- # entry-author-info -->36 </div><!-- #author-info --> 37 37 <?php endif; ?> 38 38 -
trunk/wp-content/themes/twentytwelve/content-single.php
r19915 r19957 66 66 </div><!-- #author-link --> 67 67 </div><!-- #author-description --> 68 </div><!-- # entry-author-info -->68 </div><!-- #author-info --> 69 69 <?php endif; ?> 70 70 </footer><!-- .entry-meta -->
Note: See TracChangeset
for help on using the changeset viewer.