Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (13 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-editor.php

    r19528 r19593  
    237237<?php if ( is_writeable($real_file) ) : ?>
    238238    <?php if ( in_array( $file, (array) get_option( 'active_plugins', array() ) ) ) { ?>
    239         <p><?php _e('<strong>Warning:</strong> Making changes to active plugins is not recommended.  If your changes cause a fatal error, the plugin will be automatically deactivated.'); ?></p>
     239        <p><?php _e('<strong>Warning:</strong> Making changes to active plugins is not recommended. If your changes cause a fatal error, the plugin will be automatically deactivated.'); ?></p>
    240240    <?php } ?>
    241241    <p class="submit">
Note: See TracChangeset for help on using the changeset viewer.