Make WordPress Core


Ignore:
Timestamp:
12/12/2005 10:48:30 PM (19 years ago)
Author:
ryan
Message:

i18n updates from nbachiyski. fixes #2069

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r3084 r3295  
    4949
    5050    if ( !current_user_can('edit_themes') )
    51         die(__('<p>You have do not have sufficient permissions to edit templates for this blog.</p>'));
     51    die('<p>'.__('You have do not have sufficient permissions to edit templates for this blog.').'</p>');
    5252
    5353    $newcontent = stripslashes($_POST['newcontent']);
     
    7070    require_once('admin-header.php');
    7171    if ( !current_user_can('edit_themes') )
    72         die(__('<p>You have do not have sufficient permissions to edit themes for this blog.</p>'));
     72    die('<p>'.__('You have do not have sufficient permissions to edit themes for this blog.').'</p>');
    7373
    7474    update_recently_edited($file);
Note: See TracChangeset for help on using the changeset viewer.