Ticket #41426: 41426.3.patch
| File 41426.3.patch, 576 bytes (added by , 8 years ago) |
|---|
-
wp-includes/post-template.php
380 380 if ( empty( $post ) ) { 381 381 return ''; 382 382 } 383 383 384 384 if ( post_password_required( $post ) ) { 385 return __( 'There is no excerpt because this is a protected post.' ); 385 echo '<span class="post-password-state">' . __( 'There is no excerpt because this is a protected post.' ) . '</span>'; 386 return; 386 387 } 387 388 388 389 /**