Make WordPress Core

Changeset 9201


Ignore:
Timestamp:
10/16/2008 07:07:11 PM (16 years ago)
Author:
ryan
Message:

Remove Press This from Tools menu. Add to writing settings. Props technosailor. fixes #7393

Location:
trunk/wp-admin
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r9198 r9201  
    8282    $submenu['import.php'][5] = array( __('Import'), 'import', 'import.php' );
    8383    $submenu['import.php'][10] = array( __('Export'), 'import', 'export.php' );
    84     $submenu['import.php'][15] = array( __('Press This'), 'publish_posts', 'press-this-landing.php' );
    8584    if ( ! $is_opera )
    8685        $submenu['import.php'][20] = array( __('Turbo'), 'read', 'turbo.php' );
  • trunk/wp-admin/options-writing.php

    r9149 r9201  
    146146<?php endif; ?>
    147147
     148<h3><?php _e('Press This') ?></h3>
     149<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.') ?>  <a href="<?php echo get_shortcut_link(); ?>" title="<?php echo attribute_escape(__('Press This')) ?>"><?php _e('Press This') ?></a></p>
     150
    148151<?php do_settings_sections('writing'); ?>
    149152
Note: See TracChangeset for help on using the changeset viewer.