X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/6c8f14c09105d0afa4c1574215c59b5021040e76..0459461f9ea42e0b090759ff6fe5f48360bef750:/wp-includes/theme-compat/comments-popup.php diff --git a/wp-includes/theme-compat/comments-popup.php b/wp-includes/theme-compat/comments-popup.php index eb74834c..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,14 +41,9 @@ 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()); ?>

  • @@ -64,24 +66,23 @@ if ( post_password_required($post) ) { // and it doesn't match the cookie

    -

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

    -
    +

    %2$s. Log out »'), get_edit_user_link(), $user_identity, wp_logout_url(get_permalink())); ?>

    - +

    - - + +

    - +

    @@ -97,7 +98,10 @@ if ( post_password_required($post) ) { // and it doesn't match the cookie " />

    - ID); ?> + ID ); + ?>

    @@ -115,7 +119,7 @@ else: // have_posts() -

    WordPress'), 'http://wordpress.org/'); ?>

    +

    WordPress'), 'https://wordpress.org/'); ?>