Make WordPress Core


Ignore:
Timestamp:
02/26/2010 05:46:08 AM (16 years ago)
Author:
nacin
Message:

A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj

File:
1 edited

Legend:

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

    r13423 r13425  
    18231823    if ( current_user_can( 'edit_user', $user_object->ID ) ) {
    18241824        // Set up the user editing link
    1825         // TODO: make profile/user-edit determination a seperate function
     1825        // TODO: make profile/user-edit determination a separate function
    18261826        if ($current_user->ID == $user_object->ID) {
    18271827            $edit_link = 'profile.php';
Note: See TracChangeset for help on using the changeset viewer.