Changeset 3570 for trunk/wp-admin/link-add.php
- Timestamp:
- 02/27/2006 04:57:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-add.php
r3422 r3570 2 2 require_once('admin.php'); 3 3 4 $title = __('Add Link');4 $title = __('Add Bookmark'); 5 5 $this_file = 'link-manager.php'; 6 6 $parent_file = 'link-manager.php'; … … 27 27 28 28 $xfn_js = true; 29 $editing = true; 29 30 require('admin-header.php'); 30 31 ?> 31 32 32 33 <?php if ($_GET['added']) : ?> 33 <div id="message" class="updated fade"><p><?php _e(' Link added.'); ?></p></div>34 <div id="message" class="updated fade"><p><?php _e('Bookmark added.'); ?></p></div> 34 35 <?php endif; ?> 35 36 … … 40 41 41 42 <div class="wrap"> 42 <?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 links! 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();") ?>43 <?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();") ?> 43 44 </div> 44 45
Note: See TracChangeset
for help on using the changeset viewer.