Changes between Initial Version and Version 8 of Ticket #17670
- Timestamp:
- 09/03/11 11:41:48 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17670
- Property Keywords has-patch added; needs-patch removed
- Property Summary changed from PHP Notices when Attachment is accessed via wrong url via pagerewrite to PHP Notices from get_page_by_path()
- Property Milestone changed from Future Release to 3.3
-
Ticket #17670 – Description
initial v8 1 Example :1 Example of accessing an Image through it's not post url: 2 2 3 3 {{{ … … 11 11 NOTICE: wp-includes\post.php:3162 - Trying to get property of non-object 12 12 }}} 13 14 Similar warnings are now emmited by trunk when accessing child pages as well
