From a2cac0cf0980f0075eeda5bbc6eb41b613070883 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 30 Aug 2007 19:42:34 +0000 Subject: [PATCH] Kill %tag%-based permalinks. fixes #4875 git-svn-id: http://svn.automattic.com/wordpress/trunk@5995 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/link-template.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index ac5c31c01..4c7ffe9a4 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -54,7 +54,6 @@ function get_permalink($id = 0) { '%postname%', '%post_id%', '%category%', - '%tag%', '%author%', '%pagename%' );