Make WordPress Core


Ignore:
Timestamp:
09/03/2011 02:18:10 PM (14 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-admin/). See #18560.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/user.php

    r18597 r18632  
    197197 * Simple function who's main purpose is to allow filtering of the
    198198 * list of roles in the $wp_roles object so that plugins can remove
    199  * innappropriate ones depending on the situation or user making edits.
     199 * inappropriate ones depending on the situation or user making edits.
    200200 * Specifically because without filtering anyone with the edit_users
    201201 * capability can edit others to be administrators, even if they are
     
    330330        return;
    331331
    332     //get_user_setting = JS saved UI setting. else no-js-falback code.
     332    //get_user_setting = JS saved UI setting. else no-js-fallback code.
    333333    if ( 'hide' == get_user_setting('default_password_nag') || isset($_GET['default_password_nag']) && '0' == $_GET['default_password_nag'] ) {
    334334        delete_user_setting('default_password_nag');
Note: See TracChangeset for help on using the changeset viewer.