buddypress/bp-messages
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
..
css/autocomplete Switch to .min for compressed JS and CSS files. 2012-08-24 18:10:17 +00:00
js/autocomplete Compress scripts/styles: 1.8-bleeding-6931. 2013-04-19 21:57:20 +00:00
bp-messages-actions.php Messages: 2012-11-30 23:49:37 +00:00
bp-messages-cache.php EOF: 2012-09-18 18:03:00 +00:00
bp-messages-classes.php Use esc_sql() instead of $wpdb->escape() throughout 2013-08-05 14:41:51 +00:00
bp-messages-cssjs.php EOF: 2012-09-18 18:03:00 +00:00
bp-messages-filters.php EOF: 2012-09-18 18:03:00 +00:00
bp-messages-functions.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-messages-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-messages-notifications.php Only show the 'to disable' notice in emails if Settings is enabled 2013-04-18 00:36:43 +00:00
bp-messages-screens.php Removes the "Email me when a sitewide notice is sent" notification setting 2013-02-21 00:31:09 +00:00
bp-messages-template.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00