Check both slug and name when determining if is_term(). fixes #6593 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@8433 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-07-24 19:28:40 +00:00
parent ee18970580
commit 6fbbcbfb6e
3 changed files with 26 additions and 9 deletions

View File

@@ -15,6 +15,6 @@ $wp_version = '2.7-bleeding';
*
* @global int $wp_db_version
*/
$wp_db_version = 8202;
$wp_db_version = 8370;
?>