Ticket #11241: plugin-array-index-warning.diff
| File plugin-array-index-warning.diff, 462 bytes (added by , 17 years ago) |
|---|
-
wp-includes/plugin.php
318 318 } 319 319 320 320 $args = array(); 321 if ( is_array($arg) && 1 == count($arg) && is _object($arg[0]) ) // array(&$this)321 if ( is_array($arg) && 1 == count($arg) && isset($arg[0]) && is_object($arg[0]) ) // array(&$this) 322 322 $args[] =& $arg[0]; 323 323 else 324 324 $args[] = $arg;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)