[wp-trac] [WordPress Trac] #29103: PHP notice in `list_plugin_updates()` if the Plugins API call fails

WordPress Trac noreply at wordpress.org
Mon Feb 16 07:45:47 UTC 2015


#29103: PHP notice in `list_plugin_updates()` if the Plugins API call fails
-----------------------------+----------------------
 Reporter:  johnbillion      |       Owner:
     Type:  defect (bug)     |      Status:  closed
 Priority:  low              |   Milestone:
Component:  Upgrade/Install  |     Version:  2.9
 Severity:  minor            |  Resolution:  invalid
 Keywords:  has-patch        |     Focuses:
-----------------------------+----------------------
Changes (by dd32):

 * status:  new => closed
 * resolution:   => invalid
 * milestone:  Future Release =>


Comment:

 I can't duplicate this.

 `isset( $var->prop[ $a ][ $b ] )` suppresses all notices.
 `isset( $var->prop[ $other_var->not_a_prop ] )` will issue a Notice for
 `$other_var->not_a_prop`.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29103#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list