Index: post-new.php
===================================================================
--- post-new.php	(revision 4873)
+++ post-new.php	(working copy)
@@ -53,14 +53,14 @@
 include('edit-form-advanced.php');
 ?>
 
-<?php if ( $is_NS4 || $is_gecko || $is_winIE ) { ?>
+<?php if ( $is_NS4 || $is_gecko || $is_winIE || $is_macIE || $is_opera ) { ?>
 <div id="wp-bookmarklet" class="wrap">
 <h3><?php _e('WordPress Bookmarklet'); ?></h3>
 <p><?php _e('Right click on the following link and choose "Add to favorites" to create a posting shortcut.'); ?></p>
 <p>
 
 <?php
-if ($is_NS4 || $is_gecko) {
+if ($is_NS4 || $is_gecko || $is_opera) {
 ?>
 <a href="javascript:if(navigator.userAgent.indexOf('Safari') >= 0){Q=getSelection();}else{Q=document.selection?document.selection.createRange().text:document.getSelection();}location.href='<?php echo get_option('siteurl') ?>/wp-admin/post-new.php?text='+encodeURIComponent(Q)+'&amp;popupurl='+encodeURIComponent(location.href)+'&amp;popuptitle='+encodeURIComponent(document.title);"><?php printf(__('Press It - %s'), wp_specialchars(get_option('blogname'))); ?></a> 
 <?php
@@ -79,10 +79,6 @@
 <?php _e('One-click bookmarklet:') ?><br />
 <a href="javascript:oneclickbookmarklet(0);"><?php _e('click here') ?></a> 
 <?php
-} else if ($is_opera) {
-?>
-<a href="javascript:location.href='<?php echo get_option('siteurl'); ?>/wp-admin/post-new.php?popupurl='+escape(location.href)+'&popuptitle='+escape(document.title);"><?php printf(__('Press it - %s'), get_option('blogname')); ?></a> 
-<?php
 } else if ($is_macIE) {
 ?>
 <a href="javascript:Q='';location.href='<?php echo get_option('siteurl'); ?>/wp-admin/bookmarklet.php?text='+escape(document.getSelection())+'&popupurl='+escape(location.href)+'&popuptitle='+escape(document.title);"><?php printf(__('Press it - %s'), get_option('blogname')); ?></a> 

