Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changelog Legend:
[x] = Deleted
[!] = Bugs

(21/06/17) - Improvements - Version 1.2
(23/06/17) - Improvements - Version 1.2

[+] - Added callout element

Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-none.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<p>
<?php _e( 'Ready to publish your first post?', 'responsive-mobile' ); ?>
<?php echo '<a href="' . esc_url( admin_url( 'post-new.php' ) . '">' . __( 'Get started here', 'responsive-mobile' ) ) . '</a>' ?>
<?php echo '<a href="' . esc_url( admin_url( 'post-new.php' )) . '">' . __( 'Get started here', 'responsive-mobile' ) . '</a>' ?>
</p>

<?php elseif ( is_search() ) : ?>
Expand Down