Changes between Initial Version and Version 1 of Ticket #21790, comment 9
- Timestamp:
- 09/05/2012 10:29:46 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21790, comment 9
initial v1 4 4 The notices are coming from `get_queried_object()`, where `$this->post` is not filled yet: [[BR]] 5 5 http://core.trac.wordpress.org/browser/tags/3.4.1/wp-includes/query.php#L2986 6 7 So `$page_obj` in `is_page()` ends up being null: [[BR]] 8 http://core.trac.wordpress.org/browser/tags/3.4.1/wp-includes/query.php#L3345