Changeset 3999 for trunk/wp-admin/link-add.php
- Timestamp:
- 07/06/2006 04:27:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-add.php
r3946 r3999 19 19 20 20 <?php if ($_GET['added']) : ?> 21 <div id="message" class="updated fade"><p><?php _e(' Bookmark added.'); ?></p></div>21 <div id="message" class="updated fade"><p><?php _e('Link added.'); ?></p></div> 22 22 <?php endif; ?> 23 23 … … 28 28 29 29 <div class="wrap"> 30 <?php printf(__('<p>You can drag <a href="%s" title=" Bookmark 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’re on to your bookmarks! Right now this only works on Mozilla or Netscape, but we’re working on it.</p>'), "javascript:void(linkmanpopup=window.open('" . get_settings('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();") ?>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’re on to your bookmarks! Right now this only works on Mozilla or Netscape, but we’re working on it.</p>'), "javascript:void(linkmanpopup=window.open('" . get_settings('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();") ?> 31 31 </div> 32 32
Note: See TracChangeset
for help on using the changeset viewer.