Make WordPress Core


Ignore:
Timestamp:
05/07/2004 11:56:33 PM (22 years ago)
Author:
saxmatt
Message:

E_ALL fixes and cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/templates.php

    r1176 r1239  
    114114
    115115    ?>
    116 <?php if ('te' == $_GET['a']) : ?>
     116<?php if (isset($_GET['a'])) : ?>
    117117 <div class="updated"><p><?php _e('File edited successfully.') ?></p></div>
    118118<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.