Make WordPress Core

Changeset 3950


Ignore:
Timestamp:
07/04/2006 06:14:17 PM (19 years ago)
Author:
matt
Message:

Extra whitespace

File:
1 edited

Legend:

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

    r3949 r3950  
    4444    require_once('admin-header.php');
    4545    if ( !current_user_can('edit_plugins') )
    46         die('<p>'.__('You  do not have sufficient permissions to edit plugins for this blog.').'</p>');
     46        die('<p>'.__('You do not have sufficient permissions to edit plugins for this blog.').'</p>');
    4747
    4848    update_recently_edited("wp-content/plugins/$file");
Note: See TracChangeset for help on using the changeset viewer.