Make WordPress Core

Changeset 43418


Ignore:
Timestamp:
07/05/2018 04:11:06 PM (6 years ago)
Author:
aaroncampbell
Message:

Bump 3.8 branch to version 3.8.27

Location:
branches/3.8
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8/package.json

    r42944 r43418  
    11{
    22  "name": "WordPress",
    3   "version": "3.8.26",
     3  "version": "3.8.27",
    44  "description": "WordPress is web software you can use to create a beautiful website or blog.",
    55  "repository": {
  • branches/3.8/src/wp-admin/about.php

    r42944 r43418  
    4040
    4141<div class="changelog point-releases">
    42     <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 26 ); ?></h3>
     42    <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 27 ); ?></h3>
     43    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.',
     44            '<strong>Version %1$s</strong> addressed some security issues.', 1 ), '3.8.27' ); ?>
     45        <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_3.8.27' ); ?>
     46    </p>
    4347    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.',
    4448            '<strong>Version %1$s</strong> addressed some security issues.', 2 ), '3.8.26' ); ?>
  • branches/3.8/src/wp-includes/version.php

    r42944 r43418  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '3.8.26-src';
     7$wp_version = '3.8.27-src';
    88
    99/**
Note: See TracChangeset for help on using the changeset viewer.