Opened 12 months ago
#20793 new defect (bug)
Illegal string offset 'public' in wpmu_create_blog()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Warnings/Notices | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
If $meta is not passed and left as default empty string then:
update_option( 'blog_public', (int)$meta['public'] );
will throw a notice.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
