buddypress/bp-forums
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
..
deprecated Reintroduces legacy forum config tab for installations still using legacy forums 2013-06-13 01:33:36 +00:00
bb-config.php EOF: 2012-09-18 18:03:00 +00:00
bp-forums-actions.php EOF: 2012-09-18 18:03:00 +00:00
bp-forums-bbpress-sa.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-forums-bbpress.php EOF: 2012-09-18 18:03:00 +00:00
bp-forums-filters.php prepare() usage audit. See #4654. (trunk) 2012-12-10 05:45:24 +00:00
bp-forums-functions.php Use esc_sql() instead of $wpdb->escape() throughout 2013-08-05 14:41:51 +00:00
bp-forums-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-forums-screens.php Enables theme compat for legacy bbPress 1.x forum content 2013-03-01 21:34:55 +00:00
bp-forums-template.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00