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/categories.php

    r1204 r1239  
    33
    44$title = __('Categories');
    5 /* <Categories> */
    65
    76function add_magic_quotes($array) {
     
    145144$messages[3] = __('Category updated.');
    146145?>
    147 <?php if ($_GET['message']) : ?>
     146<?php if (isset($_GET['message'])) : ?>
    148147<div class="updated"><p><?php echo $messages[$_GET['message']]; ?></p></div>
    149148<?php endif; ?>
     
    194193}
    195194
    196 /* </Categories> */
    197195include('admin-footer.php');
    198196?>
Note: See TracChangeset for help on using the changeset viewer.