[wp-trac] [WordPress Trac] #12409: Users can't remove on ms-sites.php
WordPress Trac
wp-trac at lists.automattic.com
Sun Feb 28 10:27:16 UTC 2010
#12409: Users can't remove on ms-sites.php
------------------------------+---------------------------------------------
Reporter: ocean90 | Owner: westi
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.0
Component: Warnings/Notices | Version:
Severity: normal | Resolution:
Keywords: multisite |
------------------------------+---------------------------------------------
Comment(by ocean90):
Replying to [comment:4 nacin]:
> Either way, make sure this stays open, the logic in [13460] looks like
it'll still throw a warning {{{if !isset( $val->meta_value )}}}...
No there is no warning, but I think we can use empty() for that[[BR]]
{{{
if ( empty( $val->meta_value ) )
continue;
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12409#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list