Wordpress/wp-admin/press-this-landing.php
Ryan Boren 25afcb0e04 Press this landing page
git-svn-id: https://develop.svn.wordpress.org/trunk@9043 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-30 22:23:59 +00:00

19 lines
566 B
PHP

<?php
/**
* Press This Administration Panel.
*
* @package WordPress
* @subpackage Administration
*/
/** WordPress Administration Bootstrap */
require_once('admin.php');
$title = __('Press This');
require_once('admin-header.php');
?>
<p><?php _e('Drag-and-drop the following link to your bookmarks bar or right click it and add it to your favorites for a posting shortcut.') ?></p><p><a href="<?php echo get_shortcut_link(); ?>" title="<?php echo attribute_escape(__('Press This')) ?>"><?php _e('Press This') ?></a></p>
<?php include('admin-footer.php'); ?>