mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
WordPress 3.6 deprecated the use of $wpdb->escape() for sanitizing SQL query fragments, in favor of the rewritten esc_sql(). This changeset makes the appropriate changes throughout BuddyPress. In a few places, this changeset also removes redundant sanitization, in particular when using wp_parse_id_list(). Also adds a unit test for a touched method (BP_User_Query, when using the 'exclude' parameter). Fixes #5100 Props needle git-svn-id: https://buddypress.svn.wordpress.org/branches/1.8@7337 cdf35c40-ae34-48e0-9cc9-0c9da1808c22 |
||
|---|---|---|
| .. | ||
| admin | ||
| js | ||
| bp-groups-actions.php | ||
| bp-groups-activity.php | ||
| bp-groups-admin.php | ||
| bp-groups-adminbar.php | ||
| bp-groups-buddybar.php | ||
| bp-groups-cache.php | ||
| bp-groups-classes.php | ||
| bp-groups-filters.php | ||
| bp-groups-forums.php | ||
| bp-groups-functions.php | ||
| bp-groups-loader.php | ||
| bp-groups-notifications.php | ||
| bp-groups-screens.php | ||
| bp-groups-template.php | ||
| bp-groups-widgets.php | ||