Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:10:39 PM (13 years ago)
Author:
ryan
Message:

One newline is enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-writing.php

    r19593 r19684  
    2828    '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&#8217;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>',
    2929) );
    30 
    3130
    3231if ( is_multisite() ) {
     
    120119<?php do_settings_fields('writing', 'default'); ?>
    121120</table>
    122 
    123121
    124122<h3 class="title"><?php _e('Press This') ?></h3>
Note: See TracChangeset for help on using the changeset viewer.