[wp-trac] [WordPress Trac] #9663: is_serialized() should be renamed to might_be_serialized();
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 6 19:53:44 UTC 2010
#9663: is_serialized() should be renamed to might_be_serialized();
--------------------------+-------------------------------------------------
Reporter: hakre | Owner: anonymous
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.9
Component: Charset | Version: 2.7.1
Severity: normal | Resolution: wontfix
Keywords: |
--------------------------+-------------------------------------------------
Comment(by Denis-de-Bernardy):
this might get re-opened one day, as there is room for fun over in ms-
edit.php:
{{{
$wpdb->query( "INSERT INTO " . $wpdb->usermeta . "( `umeta_id` , `user_id`
, `meta_key` , `meta_value` ) VALUES ( NULL, '$userid', '" . $blog_prefix
. "capabilities', 'a:1:{s:" . strlen( $role ) . ":\"" . $role .
"\";b:1;}')" );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9663#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list