From 252c30c9c1991526e3e10893978476855a55872b Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 5 Feb 2008 03:18:46 +0000 Subject: [PATCH] Use wpurl, not home, for constructing paging links. see #5684 git-svn-id: http://svn.automattic.com/wordpress/trunk@6723 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 542a74d02..7742bab01 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -117,7 +117,7 @@ $count = tag_rows( $pagenum, $tagsperpage, $searchterms ); = 1 ) { echo '<<' . __('Previous Tags') . ''; if( $count == $tagsperpage ) {