Make WordPress Core


Ignore:
Timestamp:
01/26/2017 06:20:59 PM (10 years ago)
Author:
aaroncampbell
Message:

Bump 4.5 branch to version 4.5.6.

File:
1 edited

Legend:

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

    r39862 r39998  
    4141                <div class="changelog point-releases">
    4242                        <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
     43                        <p><?php printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.5.6' ); ?>
     44                                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.5.6' ); ?>
     45                        </p>
    4346                        <p><?php printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.5.5' ); ?>
    4447                                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.5.5' ); ?>
Note: See TracChangeset for help on using the changeset viewer.