[buddypress-trac] [BuddyPress Trac] #4551: Use WP's metadata API
buddypress-trac
noreply at wordpress.org
Fri Feb 14 01:24:20 UTC 2014
#4551: Use WP's metadata API
----------------------------------------+------------------
Reporter: sbrajesh | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.0
Component: Core | Version: 1.2
Severity: normal | Resolution:
Keywords: has-patch needs-unit-tests |
----------------------------------------+------------------
Comment (by boonebgorges):
In [changeset:"7868"]:
{{{
#!CommitTicketReference repository="" revision="7868"
Don't run meta_value through esc_sql() in bp_blogs_update_blogmeta()
The necessary sanitization happens in $wpdb, and the esc_sql() re-adds
slashes
that were removed by stripslashes(). Fixing this bug just in time to
refactor
it out :)
See #4551
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4551#comment:28>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list