buddypress/tests
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
..
assets Refactor and reorganization of BP_Group_Extension 2013-05-05 19:08:19 +00:00
includes Adds is_confirmed param to BP_Group_Member_Query, defaulting to true 2013-06-24 18:59:22 +00:00
testcases Use esc_sql() instead of $wpdb->escape() throughout 2013-08-05 14:41:51 +00:00
bootstrap.php Refactor and reorganization of BP_Group_Extension 2013-05-05 19:08:19 +00:00
multisite.xml Add support for multisite.xml unit tests 2013-05-09 01:05:45 +00:00
phpunit.xml Moves automated testing suite into BuddyPress core 2013-04-11 00:00:13 +00:00