Skip to content

Commit 7ae44c9

Browse files
committed
small mods
1 parent 34e76a0 commit 7ae44c9

7 files changed

+7
-7
lines changed

front-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<?php
2323
while ( have_posts() ) {
2424
the_post();
25-
the_content( esc_html_e( '<p class="serif">Read the rest of this page &raquo;</p>', 'multiloquent' ) );
25+
the_content( esc_html_e( 'Read the rest of this page &raquo;', 'multiloquent' ) );
2626
}
2727
?>
2828
</div>

languages/multiloquent.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgstr ""
1818
"Content-Transfer-Encoding: 8bit\n"
1919

2020
#: front-page.php:25 front-page.php:25
21-
msgid "<p class=\"serif\">Read the rest of this page &raquo;</p>"
21+
msgid "Read the rest of this page &raquo;"
2222
msgstr ""
2323

2424
#: front-page.php:34 home.php:22 front-page.php:34 home.php:22

page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
remove_filter( 'the_content', 'sharing_display', 19 );
3737
remove_filter( 'the_excerpt', 'sharing_display', 19 );
38-
the_content( '<p class="serif">Read the rest of this page &raquo;</p>' );
38+
the_content( 'Read the rest of this page &raquo;' );
3939
wp_link_pages( '<p><strong>Pages:</strong>', '</p>', 'number' );
4040
?>
4141
</div>

single.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
remove_filter( 'the_content', 'sharing_display', 19 );
3535
remove_filter( 'the_excerpt', 'sharing_display', 19 );
36-
the_content( '<p class="serif">Read the rest of this page &raquo;</p>' );
36+
the_content( 'Read the rest of this page &raquo;' );
3737
wp_link_pages( '<p><strong>Pages:</strong>', '</p>', 'number' );
3838
get_template_part( 'advert' );
3939
?>

template-adventures-single.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<?php
5555
remove_filter( 'the_content', 'sharing_display', 19 );
5656
remove_filter( 'the_excerpt', 'sharing_display', 19 );
57-
the_content( '<p class="serif">Read the rest of this page &raquo;</p>' );
57+
the_content( 'Read the rest of this page &raquo;' );
5858
wp_link_pages( '<p><strong>Pages:</strong>', '</p>', 'number' );
5959
?>
6060
</div>

template-full-width-no-header-single.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<?php
1717
remove_filter( 'the_content', 'sharing_display', 19 );
1818
remove_filter( 'the_excerpt', 'sharing_display', 19 );
19-
the_content( '<p class="serif">Read the rest of this page &raquo;</p>' );
19+
the_content( 'Read the rest of this page &raquo;' );
2020
wp_link_pages( '<p><strong>Pages:</strong>', '</p>', 'number' );
2121
?>
2222

template-full-width-single.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
remove_filter( 'the_content', 'sharing_display', 19 );
3131
remove_filter( 'the_excerpt', 'sharing_display', 19 );
32-
the_content( '<p class="serif">Read the rest of this page &raquo;</p>' );
32+
the_content( 'Read the rest of this page &raquo;' );
3333
wp_link_pages( '<p><strong>Pages:</strong>', '</p>', 'number' );
3434
?>
3535
</div>

0 commit comments

Comments
 (0)