Opened 11 years ago
Closed 11 years ago
#33024 closed defect (bug) (fixed)
stdClass::$last_updated
| Reported by: | icetee | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | Plugins | Version: | 4.2.2 |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I confirm, error notice appears for me as well with 4.2.3