buddypress/bp-xprofile
Boone B Gorges 449883375c Use esc_sql() instead of $wpdb->escape() throughout
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
2013-08-05 14:41:51 +00:00
..
admin Compress scripts/styles: 1.8-bleeding-7013. 2013-05-07 21:57:17 +00:00
bp-xprofile-actions.php Theme Compatibility: 2012-09-03 01:33:13 +00:00
bp-xprofile-activity.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-xprofile-admin.php In XProfile admin, replace admin.php links with users.php. Fixes regression from 1.6 when profile fields were moved out of Settings and into Users, causing the "Profile Fields" menu item to not appear currently selected. See #5094. 2013-07-11 17:28:38 +00:00
bp-xprofile-buddybar.php EOF: 2012-09-18 18:03:00 +00:00
bp-xprofile-cache.php EOF: 2012-09-18 18:03:00 +00:00
bp-xprofile-caps.php EOF: 2012-09-18 18:03:00 +00:00
bp-xprofile-classes.php In XProfile admin, replace admin.php links with users.php. Fixes regression from 1.6 when profile fields were moved out of Settings and into Users, causing the "Profile Fields" menu item to not appear currently selected. See #5094. 2013-07-11 17:28:38 +00:00
bp-xprofile-cssjs.php EOF: 2012-09-18 18:03:00 +00:00
bp-xprofile-filters.php Documentation and WP coding standards in xprofile_filter_comments() 2012-12-17 17:55:30 +00:00
bp-xprofile-functions.php Use esc_sql() instead of $wpdb->escape() throughout 2013-08-05 14:41:51 +00:00
bp-xprofile-loader.php Make declarations of each components' methods compatible with those in the BP_Component class. 2013-07-17 08:19:25 +00:00
bp-xprofile-screens.php Avatars: 2012-12-10 12:52:16 +00:00
bp-xprofile-template.php Populate registration field visibility settings from $_POST, if available 2013-06-04 13:45:23 +00:00