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

    r1161 r1239  
    225225
    226226    ?>
    227 <?php if ($updated) { ?>
     227<?php if (isset($updated)) { ?>
    228228<div class="updated">
    229229<p><strong><?php _e('Profile updated.') ?></strong></p>
Note: See TracChangeset for help on using the changeset viewer.