Changeset 36194
- Timestamp:
- 01/06/2016 06:07:13 PM (10 years ago)
- Location:
- branches/4.4/src
- Files:
-
- 2 edited
-
wp-admin/about.php (modified) (1 diff)
-
wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/src/wp-admin/about.php
r35840 r36194 48 48 <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> 49 49 </h2> 50 51 <div class="changelog point-releases"> 52 <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></h3> 53 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', 54 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 26 ), '4.4.1', number_format_i18n( 52 ) ); ?> 55 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.4.1' ); ?> 56 </p> 57 </div> 50 58 51 59 <div class="headline-feature feature-video"> -
branches/4.4/src/wp-includes/version.php
r36170 r36194 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '4.4.1- RC1-src';7 $wp_version = '4.4.1-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.