buddypress/bp-groups
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-7167. 2013-06-05 21:57:17 +00:00
js Compress scripts/styles: 1.7-bleeding-6637. 2012-12-14 22:57:20 +00:00
bp-groups-actions.php Introduces BP_Activity_Feed class, and migrates existing feeds 2013-06-12 22:08:10 +00:00
bp-groups-activity.php Only register legacy forum activity actions if the legacy forums are active. 2013-05-15 18:26:48 +00:00
bp-groups-admin.php Corrects incorrect param name in Groups Admin autocomplete AJAX handler 2013-06-25 01:49:18 +00:00
bp-groups-adminbar.php EOF: 2012-09-18 18:03:00 +00:00
bp-groups-buddybar.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-groups-cache.php Better cache busting of user group counts. 2013-06-07 02:08:32 +00:00
bp-groups-classes.php Use esc_sql() instead of $wpdb->escape() throughout 2013-08-05 14:41:51 +00:00
bp-groups-filters.php EOF: 2012-09-18 18:03:00 +00:00
bp-groups-forums.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-groups-functions.php Use esc_sql() instead of $wpdb->escape() throughout 2013-08-05 14:41:51 +00:00
bp-groups-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-groups-notifications.php Only show the 'to disable' notice in emails if Settings is enabled 2013-04-18 00:36:43 +00:00
bp-groups-screens.php Introduces template hierarchy for top-level theme compat templates 2013-06-13 01:27:01 +00:00
bp-groups-template.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-groups-widgets.php Adds 'widget' class to all BP widget wrappers 2013-06-13 01:09:52 +00:00