Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (21 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

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

    r3295 r3517  
    5353
    5454default:
    55        
     55
    5656        require_once('admin-header.php');
    5757        if ( !current_user_can('edit_plugins') )
     
    5959
    6060        update_recently_edited("wp-content/plugins/$file");
    61        
     61
    6262        if (!is_file($real_file))
    6363                $error = 1;
    64        
     64
    6565        if (!$error) {
    6666                $f = fopen($real_file, 'r');
Note: See TracChangeset for help on using the changeset viewer.