Make WordPress Core

Changeset 16544


Ignore:
Timestamp:
11/23/2010 12:49:23 AM (14 years ago)
Author:
scribu
Message:

Remove debug cruft from [16543]. See #14590

File:
1 edited

Legend:

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

    r16543 r16544  
    26872687            $this->queried_object = get_userdata( $this->queried_object_id );
    26882688        }
    2689 debug($this->is_attachment, $this->is_page, $this->is_single);
     2689
    26902690        return $this->queried_object;
    26912691    }
Note: See TracChangeset for help on using the changeset viewer.