Make WordPress Core


Ignore:
Timestamp:
02/25/2008 06:30:38 AM (17 years ago)
Author:
ryan
Message:

Remove add link bookmarlet from write link page. Relocating it.

File:
1 edited

Legend:

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

    r6695 r7014  
    2323
    2424<?php
    25     $link = get_default_link_to_edit();
    26     include('edit-link-form.php');
    27 ?>
     25$link = get_default_link_to_edit();
     26include('edit-link-form.php');
    2827
    29 <div id="wp-link-bookmarklet"  class="wrap">
    30 <h3><?php _e('Add Link Bookmarklet'); ?></h3>
    31 <p><?php _e('Right click on the following link and choose &#0147;Bookmark This Link...&#0148; or &#0147;Add to Favorites...&#0148; to create a Link This shortcut.'); ?></p>
    32 <?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&amp;linkurl='+escape(location.href)+'&amp;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();") ?>
    33 </div>
    34 
    35 <?php
    3628require('admin-footer.php');
    3729?>
Note: See TracChangeset for help on using the changeset viewer.