Changeset 9929 for trunk/wp-admin/options-writing.php
- Timestamp:
- 11/27/2008 09:11:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r9903 r9929 127 127 <?php endif; ?> 128 128 129 <h3><?php _e('Press This') ?></h3>130 <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 htmlspecialchars( get_shortcut_link() ); ?>" title="<?php echo attribute_escape(__('Press This')) ?>"><?php _e('Press This') ?></a></p>131 132 129 <?php do_settings_sections('writing'); ?> 133 130
Note: See TracChangeset
for help on using the changeset viewer.