IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
18 | 18 | <div class="page-content"> |
19 | 19 | <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> |
20 | 20 | |
21 | | <p><?php printf( esc_html__( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentyfifteen' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p> |
| 21 | <p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentyfifteen' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p> |
22 | 22 | |
23 | 23 | <?php elseif ( is_search() ) : ?> |
24 | 24 | |