Make WordPress Core

Ticket #3168: 3168-2.patch

File 3168-2.patch, 2.1 KB (added by foolswisdom, 18 years ago)

Patch refresh. Only change is eol

  • wp-admin/post-new.php

     
    5555
    5656<?php if ( $is_NS4 || $is_gecko || $is_winIE ) { ?>
    5757<div id="wp-bookmarklet" class="wrap">
    58 <h3><?php _e('WordPress bookmarklet'); ?></h3>
     58<h3><?php _e('WordPress Bookmarklet'); ?></h3>
    5959<p><?php _e('Right click on the following link and choose "Add to favorites" to create a posting shortcut.'); ?></p>
    6060<p>
    6161
  • wp-admin/link-add.php

     
    2626        include('edit-link-form.php');
    2727?>
    2828
    29 <div class="wrap">
    30 <?php printf(__('<p>You can drag <a href="%s" title="Link add bookmarklet">Link This</a> to your toolbar and when you click it a window will pop up that will allow you to add whatever site you&#8217;re on to your bookmarks! Right now this only works on Mozilla or Netscape, but we&#8217;re working on it.</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();") ?>
     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 "Bookmark This Link..." to create an add link shortcut. Right now this only works on Mozilla or Netscape, but we’re working on it.'); ?></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();") ?>
    3133</div>
    3234
    3335<?php