X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/af50974463450c98503e763a7836a50e260461a9..0459461f9ea42e0b090759ff6fe5f48360bef750:/wp-includes/theme-compat/comments-popup.php?ds=inline diff --git a/wp-includes/theme-compat/comments-popup.php b/wp-includes/theme-compat/comments-popup.php index e8f8655e..3d56b45c 100644 --- a/wp-includes/theme-compat/comments-popup.php +++ b/wp-includes/theme-compat/comments-popup.php @@ -7,7 +7,14 @@ * This file is here for Backwards compatibility with old themes and will be removed in a future version * */ -_deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3.0', null, sprintf( __('Please include a %1$s template in your theme.'), basename(__FILE__) ) ); +_deprecated_file( + /* translators: %s: template name */ + sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ), + '3.0', + null, + /* translators: %s: template name */ + sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) ) +); ?> @@ -34,10 +41,6 @@ while( have_posts()) : the_post();

RSS feed for comments on this post.'); ?>

- -

URL to TrackBack this entry is: %s'), get_trackback_url()); ?>

- -
  • -

    %4$s'), get_comment_author_link(), get_comment_date(), get_comment_ID(), get_comment_time()); ?>

    +

    %4$s'), get_comment_author_link( $comment ), get_comment_date( '', $comment ), get_comment_ID(), get_comment_time()); ?>

  • @@ -63,7 +66,6 @@ if ( post_password_required($post) ) { // and it doesn't match the cookie

    -

    HTML allowed: %s'), allowed_tags()); ?>

    @@ -76,7 +78,7 @@ if ( post_password_required($post) ) { // and it doesn't match the cookie

    - +