Make WordPress Core


Ignore:
Timestamp:
12/18/2004 12:28:24 AM (21 years ago)
Author:
rboren
Message:

Rework query precedence for bug 541. Add is_trackback().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r1964 r1972  
    11961196}
    11971197
     1198function is_trackback () {
     1199    global $wp_query;
     1200
     1201    return $wp_query->is_trackback;
     1202}
     1203
    11981204function is_home () {
    11991205    global $wp_query;
Note: See TracChangeset for help on using the changeset viewer.