Kill %tag%-based permalinks. fixes #4875

git-svn-id: https://develop.svn.wordpress.org/trunk@5995 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-08-30 19:42:34 +00:00
parent 49f2d1a652
commit b47f557a49
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ function get_permalink($id = 0) {
'%postname%', '%postname%',
'%post_id%', '%post_id%',
'%category%', '%category%',
'%tag%',
'%author%', '%author%',
'%pagename%' '%pagename%'
); );