Opened 10 years ago
Closed 10 years ago
#33024 closed defect (bug) (fixed)
stdClass::$last_updated
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | trivial | Version: | 4.2.2 |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
Notice: Undefined property: stdClass::$last_updated
wp-admin/includes/plugin-install.php file:
x $last_updated_timestamp = strtotime( $api->last_updated );
+ if ( !empty($api->last_updated) ) {
+ $last_updated_timestamp = strtotime( $api->last_updated );
+ }
Change History (3)
Note: See
TracTickets for help on using
tickets.
I confirm, error notice appears for me as well with 4.2.3