Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme-compat/comments-popup.php

    • Property svn:eol-style deleted
    r17340 r14771  
    44 * @subpackage Theme_Compat
    55 * @deprecated 3.0
    6  *
     6 * 
    77 * This file is here for Backwards compatibility with old themes and will be removed in a future version
    8  *
     8 * 
    99 */
    1010_deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3.0', null, sprintf( __('Please include a %1$s template in your theme.'), basename(__FILE__) ) );
     
    5454    <li id="comment-<?php comment_ID() ?>">
    5555    <?php comment_text() ?>
    56     <p><cite><?php comment_type(); ?> <?php printf(__('by %1$s &#8212; %2$s @ <a href="#comment-%3$s">%4$s</a>'), get_comment_author_link(), get_comment_date(), get_comment_ID(), get_comment_time()); ?></cite></p>
     56    <p><cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php printf(__('by %1$s &#8212; %2$s @ <a href="#comment-%3$s">%4$s</a>'), get_comment_author_link(), get_comment_date(), get_comment_ID(), get_comment_time()); ?></cite></p>
    5757    </li>
    5858
Note: See TracChangeset for help on using the changeset viewer.