Changeset 6580
- Timestamp:
- 06/19/2017 12:45:40 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r6573 r6580 821 821 822 822 /** 823 * Redirect if una thorized user is attempting to edit another user823 * Redirect if unauthorized user is attempting to edit another user 824 824 * 825 825 * This is hooked to 'bbp_template_redirect' and controls the conditions under … … 894 894 * 895 895 * This somewhat monolithic function handles the escaping and sanitization of 896 * user data for a bbPress profile. There are two reasons this all happe rs here:896 * user data for a bbPress profile. There are two reasons this all happens here: 897 897 * 898 898 * 1. bbPress took a similar approach to WordPress, and funnels all user profile
Note: See TracChangeset
for help on using the changeset viewer.