X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f9001779751f83dc8a10e478bfecb4d8dd5f964c..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 12ad736e..3d56b45c 100644 --- a/wp-includes/theme-compat/comments-popup.php +++ b/wp-includes/theme-compat/comments-popup.php @@ -7,8 +7,15 @@ * 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__ ) ) +); +?> <?php printf(__('%1$s - Comments on %2$s'), get_option('blogname'), the_title('','',false)); ?> @@ -32,16 +39,11 @@ while( have_posts()) : the_post(); ?>

-

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

- - -

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

- +

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

  • -

    %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_option('siteurl') . '/wp-admin/profile.php', $user_identity, wp_logout_url(get_permalink())); ?>

    +

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

    - +

    - - + +

    - +

    @@ -95,9 +96,12 @@ 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/'); ?>