Making WordPress.org

Changeset 962


Ignore:
Timestamp:
11/06/2014 11:20:22 PM (10 years ago)
Author:
pento
Message:

apps.wordpress.org: There's no need to translate the comment author link.

Fixes #636.

Props netweb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/inc/template-tags.php

    r843 r962  
    154154                <div class="comment-author vcard">
    155155                    <?php if ( 0 != $args['avatar_size'] ) echo '<div class="avatar-wrapper">' . get_avatar( $comment, $args['avatar_size'] ) . '</div>'; ?>
    156                     <?php printf( __( '%s', 'wpmobileapps' ), sprintf( '<cite class="fn">%s</cite>', get_comment_author_link() ) ); ?>
     156                    <?php sprintf( '<cite class="fn">%s</cite>', get_comment_author_link() ); ?>
    157157                </div><!-- .comment-author -->
    158158
Note: See TracChangeset for help on using the changeset viewer.