Make WordPress Core


Ignore:
Timestamp:
04/28/2004 05:34:50 AM (21 years ago)
Author:
saxmatt
Message:

Only put javascript on pages that need it.

File:
1 edited

Legend:

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

    r1172 r1200  
    6060$link_name = htmlentities(stripslashes(urldecode($_GET['name'])));
    6161
     62
     63$xfn = true;
    6264require('admin-header.php');
    6365?>
     
    7173th { text-align: right; }
    7274</style>
     75<?php if ($_GET['added']) : ?>
     76<div class="updated"><p>Link added.</p></div>
     77<?php endif; ?>
    7378<div class="wrap">
    7479<h2><?php _e('<strong>Add</strong> a link:') ?> <?php echo gethelp_link($this_file,'add_a_link');?></h2>
Note: See TracChangeset for help on using the changeset viewer.