mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-21 00:35:30 -04:00
Changed previous to prev for link rel=
This commit is contained in:
@@ -34,7 +34,7 @@ function ceo_insert_comic_into_archive($content) {
|
||||
|
||||
function ceo_change_prev_rel_link_two($object) {
|
||||
global $post, $wp_query;
|
||||
if ($post->post_type=='comic' || is_home()) $link='<link rel="previous" href="'.ceo_get_previous_comic_permalink().'" />'."\r\n";
|
||||
if ($post->post_type=='comic' || is_home()) $link='<link rel="prev" href="'.ceo_get_previous_comic_permalink().'" />'."\r\n";
|
||||
return $link;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user