Skip to:
Content

bbPress.org

Changeset 6580


Ignore:
Timestamp:
06/19/2017 12:45:40 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Documentation: Typo fixes in users functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/users/functions.php

    r6573 r6580  
    821821
    822822/**
    823  * Redirect if unathorized user is attempting to edit another user
     823 * Redirect if unauthorized user is attempting to edit another user
    824824 *
    825825 * This is hooked to 'bbp_template_redirect' and controls the conditions under
     
    894894 *
    895895 * This somewhat monolithic function handles the escaping and sanitization of
    896  * user data for a bbPress profile. There are two reasons this all happers here:
     896 * user data for a bbPress profile. There are two reasons this all happens here:
    897897 *
    898898 * 1. bbPress took a similar approach to WordPress, and funnels all user profile
Note: See TracChangeset for help on using the changeset viewer.