buddypress/bp-activity
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 Switch to .min for compressed JS and CSS files. 2012-08-24 18:10:17 +00:00
bp-activity-actions.php Implement BP_Activity_Feed for activity mentions feed 2013-08-05 14:12:44 +00:00
bp-activity-admin.php Use get_date_from_gmt() when displaying dates on Activity Management panel 2013-06-25 01:31:29 +00:00
bp-activity-akismet.php Hook bp_activity_akismet_delete_old_metadata to the appropriate hook, so it runs on the wp-cron job 2013-02-26 23:35:39 +00:00
bp-activity-cache.php When deleting an activity item, clear its metadata cache 2013-05-09 14:26:50 +00:00
bp-activity-classes.php Use esc_sql() instead of $wpdb->escape() throughout 2013-08-05 14:41:51 +00:00
bp-activity-filters.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-activity-functions.php Use esc_sql() instead of $wpdb->escape() throughout 2013-08-05 14:41:51 +00:00
bp-activity-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-activity-notifications.php Only show the 'to disable' notice in emails if Settings is enabled 2013-04-18 00:36:43 +00:00
bp-activity-screens.php Introduces template hierarchy for top-level theme compat templates 2013-06-13 01:27:01 +00:00
bp-activity-template.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00