Make WordPress Core


Ignore:
Timestamp:
10/19/2010 07:48:22 AM (15 years ago)
Author:
nacin
Message:

Pinking shears.

File:
1 edited

Legend:

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

    r14983 r15843  
    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__) ) );
     
    1313    if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
    1414        die ('Please do not load this page directly. Thanks!');
    15    
     15
    1616    if ( post_password_required() ) { ?>
    17         <p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.'); ?></p> 
     17        <p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.'); ?></p>
    1818    <?php
    1919        return;
     
    5959<h3><?php comment_form_title( __('Leave a Reply'), __('Leave a Reply to %s' ) ); ?></h3>
    6060
    61 <div id="cancel-comment-reply"> 
     61<div id="cancel-comment-reply">
    6262    <small><?php cancel_comment_reply_link() ?></small>
    63 </div> 
     63</div>
    6464
    6565<?php if ( get_option('comment_registration') && !is_user_logged_in() ) : ?>
     
    9191
    9292<p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php _e('Submit Comment'); ?>" />
    93 <?php comment_id_fields(); ?> 
     93<?php comment_id_fields(); ?>
    9494</p>
    9595<?php do_action('comment_form', $post->ID); ?>
Note: See TracChangeset for help on using the changeset viewer.