37 | | <p class="pressthis"><a onclick="return false;" href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>"><span><?php _e('Press This') ?></span></a></p> |
| 37 | <script type="text/javascript"> |
| 38 | function show_shortcut_prompt() { |
| 39 | prompt( "<?php _e( 'Paste this URL into a new bookmark' ); ?>", "<?php echo htmlspecialchars( get_shortcut_link() ); ?>" ); |
| 40 | } |
| 41 | </script> |
| 42 | <p class="pressthis"><a onclick="show_shortcut_prompt(); return false;" href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>"><span><?php _e('Press This') ?></span></a></p> |