Make WordPress Core


Ignore:
Timestamp:
08/08/2008 05:05:10 PM (17 years ago)
Author:
westi
Message:

Lots of fixes for Notices when WP_DEBUG is set. See #6669 props santosj.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-add.php

    r7961 r8589  
    1818?>
    1919
    20 <?php if ($_GET['added'] && '' != $_POST['link_name']) : ?>
     20<?php if ( isset( $_GET['added'] ) && '' != $_POST['link_name']) : ?>
    2121<div id="message" class="updated fade"><p><?php _e('Link added.'); ?></p></div>
    2222<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.