Changeset 1239 for trunk/wp-admin/categories.php
- Timestamp:
- 05/07/2004 11:56:33 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/categories.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r1204 r1239 3 3 4 4 $title = __('Categories'); 5 /* <Categories> */6 5 7 6 function add_magic_quotes($array) { … … 145 144 $messages[3] = __('Category updated.'); 146 145 ?> 147 <?php if ( $_GET['message']) : ?>146 <?php if (isset($_GET['message'])) : ?> 148 147 <div class="updated"><p><?php echo $messages[$_GET['message']]; ?></p></div> 149 148 <?php endif; ?> … … 194 193 } 195 194 196 /* </Categories> */197 195 include('admin-footer.php'); 198 196 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)