Changeset 9201
- Timestamp:
- 10/16/2008 07:07:11 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r9198 r9201 82 82 $submenu['import.php'][5] = array( __('Import'), 'import', 'import.php' ); 83 83 $submenu['import.php'][10] = array( __('Export'), 'import', 'export.php' ); 84 $submenu['import.php'][15] = array( __('Press This'), 'publish_posts', 'press-this-landing.php' );85 84 if ( ! $is_opera ) 86 85 $submenu['import.php'][20] = array( __('Turbo'), 'read', 'turbo.php' ); -
trunk/wp-admin/options-writing.php
r9149 r9201 146 146 <?php endif; ?> 147 147 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 148 151 <?php do_settings_sections('writing'); ?> 149 152
Note: See TracChangeset
for help on using the changeset viewer.