Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/15/2020 10:13:55 PM (5 years ago)
Author:
netweb
Message:

General: fix a few typos.

Props passoniate, wpamitkumar, sharaz.
Fixes #3308, #3316, #3317, #3319, #3323.

File:
1 edited

Legend:

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

    r7032 r7056  
    264264    $edit_user = edit_user( $user_id );
    265265
    266     // Error(s) editng the user, so copy them into the global
     266    // Error(s) editing the user, so copy them into the global.
    267267    if ( is_wp_error( $edit_user ) ) {
    268268        bbpress()->errors = $edit_user;
Note: See TracChangeset for help on using the changeset viewer.