Make WordPress Core

Changeset 32428


Ignore:
Timestamp:
05/06/2015 11:03:02 PM (11 years ago)
Author:
ocean90
Message:

Add closing paragraph tag for the 4.1.5 changelog entry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/src/wp-admin/about.php

    r32425 r32428  
    4747         '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 3 ), '4.1.5', number_format_i18n( 3 ) ); ?>
    4848        <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.1.5' ); ?>
     49    </p>
    4950    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.',
    5051         '<strong>Version %1$s</strong> addressed some security issues.', 1 ), '4.1.4' ); ?>
Note: See TracChangeset for help on using the changeset viewer.