Changeset 19684 for trunk/wp-admin/options-writing.php
- Timestamp:
- 01/05/2012 08:10:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r19593 r19684 28 28 'content' => '<p>' . __('Press This is a bookmarklet that makes it easy to blog about something you come across on the web. You can use it to just grab a link, or to post an excerpt. Press This will even allow you to choose from images included on the page and use them in your post. Just drag the Press This link on this screen to your bookmarks bar in your browser, and you’ll be on your way to easier content creation. Clicking on it while on another website opens a popup window with all these options.') . '</p>', 29 29 ) ); 30 31 30 32 31 if ( is_multisite() ) { … … 120 119 <?php do_settings_fields('writing', 'default'); ?> 121 120 </table> 122 123 121 124 122 <h3 class="title"><?php _e('Press This') ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.