From b47f557a49b5627239b4d85ea8b2cc6f28d49b05 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 30 Aug 2007 19:42:34 +0000 Subject: [PATCH] Kill %tag%-based permalinks. fixes #4875 git-svn-id: https://develop.svn.wordpress.org/trunk@5995 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ac5c31c011..4c7ffe9a46 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%' );