From 8ce88194347d626938607ac5c15fad80a801f2ac Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 5 Feb 2008 03:09:43 +0000 Subject: [PATCH] Use siteurl, not home, for constructing paging links. see #5684 git-svn-id: https://develop.svn.wordpress.org/trunk@6721 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-tags.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 14ed23f24d..5c4b47fc06 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -87,6 +87,11 @@ $messages[5] = __('Tag not updated.');

+ +
@@ -117,7 +122,7 @@ $count = tag_rows( $pagenum, $tagsperpage, $searchterms ); = 1 ) { echo '<<' . __('Previous Tags') . ''; if( $count == $tagsperpage ) {