Remove references to wp-ajax.php. props TobiasBg, fixes #12400

git-svn-id: https://develop.svn.wordpress.org/trunk@13831 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-03-26 19:44:43 +00:00
parent 4f5a2095a8
commit 0459129e69
3 changed files with 5 additions and 22 deletions

View File

@@ -718,7 +718,7 @@ function single_tag_title($prefix = '', $display = true ) {
if ( !is_tag() )
return;
$tag = $wp_query->get_queried_object();;
$tag = $wp_query->get_queried_object();
if ( ! $tag )
return;