Make WordPress Core


Ignore:
Timestamp:
04/30/2010 03:17:49 AM (15 years ago)
Author:
nacin
Message:

s/blog/site/ in even more places. props PeteMall, see #11644.

File:
1 edited

Legend:

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

    r14261 r14315  
    224224// print the 'no role' option. Make it selected if the user has no role yet.
    225225if ( $user_role )
    226     echo '<option value="">' . __('&mdash; No role for this blog &mdash;') . '</option>';
     226    echo '<option value="">' . __('&mdash; No role for this site &mdash;') . '</option>';
    227227else
    228     echo '<option value="" selected="selected">' . __('&mdash; No role for this blog &mdash;') . '</option>';
     228    echo '<option value="" selected="selected">' . __('&mdash; No role for this site &mdash;') . '</option>';
    229229?>
    230230</select>
Note: See TracChangeset for help on using the changeset viewer.