[wp-trac] Re: [WordPress Trac] #4894: Atom feed invalid after
initial install
WordPress Trac
wp-trac at lists.automattic.com
Mon Sep 3 17:00:27 GMT 2007
#4894: Atom feed invalid after initial install
----------------------------------------------+-----------------------------
Reporter: rubys | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.3
Component: General | Version: 2.3
Severity: normal | Resolution:
Keywords: atom feed validation needs-patch |
----------------------------------------------+-----------------------------
Changes (by markjaquith):
* keywords: atom feed validation => atom feed validation needs-patch
Comment:
We can just use:
{{{
$first_post_guid = get_option('home') . '/?p=1';
}}}
Or to be really safe, check the ID of the inserted row after we insert it,
and update it.
--
Ticket URL: <http://trac.wordpress.org/ticket/4894#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list