From 9b10127afb91351ace9bd3b9476c97aa59c7d9df Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 5 Feb 2008 03:09:43 +0000 Subject: [PATCH] Use siteurl, not home, for constructing paging links. see #5684 git-svn-id: http://svn.automattic.com/wordpress/trunk@6721 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 ) {