mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Replace echo __() with _e().
props marsjaninzmarsa. fixes #32239. git-svn-id: https://develop.svn.wordpress.org/trunk@32333 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1304,7 +1304,7 @@ function comments_popup_link( $zero = false, $one = false, $more = false, $css_c
|
||||
}
|
||||
|
||||
if ( post_password_required() ) {
|
||||
echo __('Enter your password to view comments.');
|
||||
_e( 'Enter your password to view comments.' );
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user