Make WordPress Core

Changeset 19957


Ignore:
Timestamp:
02/21/2012 05:44:31 AM (13 years ago)
Author:
lancewillett
Message:

Twenty Eleven and Twenty Twelve: fix incorrect end HTML comment left over from Twenty Ten.

See #19978.

Location:
trunk/wp-content/themes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/author.php

    r18291 r19957  
    5050                        <?php the_author_meta( 'description' ); ?>
    5151                    </div><!-- #author-description  -->
    52                 </div><!-- #entry-author-info -->
     52                </div><!-- #author-info -->
    5353                <?php endif; ?>
    5454
  • trunk/wp-content/themes/twentyeleven/content-single.php

    r19584 r19957  
    6666                </div><!-- #author-link -->
    6767            </div><!-- #author-description -->
    68         </div><!-- #entry-author-info -->
     68        </div><!-- #author-info -->
    6969        <?php endif; ?>
    7070    </footer><!-- .entry-meta -->
  • trunk/wp-content/themes/twentytwelve/author.php

    r19842 r19957  
    3434                    <?php the_author_meta( 'description' ); ?>
    3535                </div><!-- #author-description  -->
    36             </div><!-- #entry-author-info -->
     36            </div><!-- #author-info -->
    3737            <?php endif; ?>
    3838
  • trunk/wp-content/themes/twentytwelve/content-single.php

    r19915 r19957  
    6666                    </div><!-- #author-link -->
    6767                </div><!-- #author-description -->
    68             </div><!-- #entry-author-info -->
     68            </div><!-- #author-info -->
    6969            <?php endif; ?>
    7070        </footer><!-- .entry-meta -->
Note: See TracChangeset for help on using the changeset viewer.