Make WordPress Core


Ignore:
Timestamp:
05/03/2015 04:17:06 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Replace echo __() with _e().

props marsjaninzmarsa.
fixes #32239.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-template.php

    r32259 r32333  
    13051305
    13061306    if ( post_password_required() ) {
    1307         echo __('Enter your password to view comments.');
     1307        _e( 'Enter your password to view comments.' );
    13081308        return;
    13091309    }
Note: See TracChangeset for help on using the changeset viewer.