Remove add link bookmarlet from write link page. Relocating it.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7014 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
af552e88d1
commit
8137e045da
|
@ -22,16 +22,8 @@ require('admin-header.php');
|
|||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
$link = get_default_link_to_edit();
|
||||
include('edit-link-form.php');
|
||||
?>
|
||||
$link = get_default_link_to_edit();
|
||||
include('edit-link-form.php');
|
||||
|
||||
<div id="wp-link-bookmarklet" class="wrap">
|
||||
<h3><?php _e('Add Link Bookmarklet'); ?></h3>
|
||||
<p><?php _e('Right click on the following link and choose “Bookmark This Link...” or “Add to Favorites...” to create a Link This shortcut.'); ?></p>
|
||||
<?php printf('<p><a href="%s" title="'.__('Link add bookmarklet').'">'.__('Link This').'</a></p>', "javascript:void(linkmanpopup=window.open('" . get_option('siteurl') . "/wp-admin/link-add.php?action=popup&linkurl='+escape(location.href)+'&name='+escape(document.title),'LinkManager','scrollbars=yes,width=750,height=550,left=15,top=15,status=yes,resizable=yes'));linkmanpopup.focus();window.focus();linkmanpopup.focus();") ?>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
require('admin-footer.php');
|
||||
?>
|
||||
?>
|
Loading…
Reference in New Issue