Importer/wp_dropdown_users – Undefined property: stdClass::$ID
-
3.6-RC1-24717
Fresh install using Twenty Twelve
No plugins but Importer, Akismet and Hello Dolly
Single or multisite
define(‘WP_DEBUG’, true);When I try to import the unit test XML I get:
Notice: Undefined property: stdClass::$ID in …/wp-includes/user.php on line 1055
That’s wp_dropdown_users(). Looks like
$user->ID
is expected but$user->id
is used?stdClass Object ( [id] => 1 [display_name] => admin )
This doesn’t happen with 3.5.2 (
$user->ID
is used).
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Importer/wp_dropdown_users – Undefined property: stdClass::$ID’ is closed to new replies.