[wp-meta] [Making WordPress.org] #185: Incorrect last_updated date in plugin API
Making WordPress.org
noreply at wordpress.org
Fri Sep 6 20:03:14 UTC 2013
#185: Incorrect last_updated date in plugin API
-----------------------------+-------------------------------
Reporter: SergeyBiryukov | Owner:
Type: defect | Status: new
Priority: normal | Component: Plugins Directory
Resolution: | Keywords:
-----------------------------+-------------------------------
Description changed by SergeyBiryukov:
Old description:
> Just noticed a weird thing in plugin API:
> {{{
> $api = plugins_api( 'plugin_information', array( 'slug' => 'all-in-one-
> seo-pack' ) );
> echo $api->last_updated;
> }}}
> This currently returns `1969-12-31`, and resuls in "Last Updated: 44
> years ago" message in plugin update dialog in the admin.
>
> The plugin directory says "Last Updated: 2013-9-6", however the
> [http://plugins.trac.wordpress.org/changeset/764223/ current latest
> changeset] was in August.
New description:
Just noticed a weird thing in plugin API:
{{{
$api = plugins_api( 'plugin_information', array( 'slug' => 'all-in-one-
seo-pack' ) );
echo $api->last_updated;
}}}
This currently returns `1969-12-31`, and results in "Last Updated: 44
years ago" message in plugin update dialog in the admin.
The plugin directory says "Last Updated: 2013-9-6", however the
[http://plugins.trac.wordpress.org/changeset/764223/ current latest
changeset] was in August.
--
--
Ticket URL: <http://meta.trac.wordpress.org/ticket/185#comment:1>
Making WordPress.org <http://meta.trac.wordpress.org/>
WordPress blogging software
More information about the wp-meta
mailing list