Make WordPress Core

Changeset 18030


Ignore:
Timestamp:
05/25/2011 03:29:26 PM (13 years ago)
Author:
iandstewart
Message:

Twenty Eleven: using the cite element to markup a name doesn't conform to the HTML spec; Props holizz and aaroncampbell; See #17520

File:
1 edited

Legend:

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

    r17985 r18030  
    530530
    531531                        printf( __( '%1$s on %2$s%3$s at %4$s%5$s <span class="says">said:</span>', 'twentyeleven' ),
    532                             sprintf( '<cite class="fn">%s</cite>', get_comment_author_link() ),
     532                            sprintf( '<span class="fn">%s</span>', get_comment_author_link() ),
    533533                            '<a href="' . esc_url( get_comment_link( $comment->comment_ID ) ) . '"><time pubdate datetime="' . get_comment_time( 'c' ) . '">',
    534534                            get_comment_date(),
Note: See TracChangeset for help on using the changeset viewer.