Make WordPress Core


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

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

File:
1 edited

Legend:

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

    r3295 r3517  
    6767
    6868default:
    69    
     69
    7070    require_once('admin-header.php');
    7171    if ( !current_user_can('edit_themes') )
     
    7373
    7474    update_recently_edited($file);
    75    
     75
    7676    if (!is_file($real_file))
    7777        $error = 1;
    78    
     78
    7979    if (!$error && filesize($real_file) > 0) {
    8080        $f = fopen($real_file, 'r');
Note: See TracChangeset for help on using the changeset viewer.