Bail out users who go to Manage - Links trying to add a link

git-svn-id: https://develop.svn.wordpress.org/trunk@7412 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2008-03-20 05:02:40 +00:00
parent b6b80aea33
commit 4c1079ba0a
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ if ( isset($_GET['deleted']) ) {
<div class="wrap">
<form id="posts-filter" action="" method="get">
<h2><?php _e('Manage Links'); ?></h2>
<h2><?php printf( __( 'Manage Links (<a href="%s">add new</a>)' ), 'link-add.php' ); ?></h2>
<p id="post-search">
<input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />