Changeset 61961
- Timestamp:
- 03/12/2026 03:25:22 AM (4 months ago)
- Location:
- branches/5.9
- Files:
-
- 4 edited
-
package-lock.json (modified) (1 diff)
-
package.json (modified) (1 diff)
-
src/wp-admin/about.php (modified) (1 diff)
-
src/wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9/package-lock.json
r60597 r61961 1 1 { 2 2 "name": "WordPress", 3 "version": "5.9.1 2",3 "version": "5.9.13", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/5.9/package.json
r60597 r61961 1 1 { 2 2 "name": "WordPress", 3 "version": "5.9.1 2",3 "version": "5.9.13", 4 4 "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", 5 5 "repository": { -
branches/5.9/src/wp-admin/about.php
r60849 r61961 43 43 <div class="column"> 44 44 <h2><?php _e( 'Maintenance and Security Releases' ); ?></h2> 45 <p>46 <?php47 printf(45 <p> 46 <?php 47 printf( 48 48 /* translators: %s: WordPress version. */ 49 __( '<strong>Version %s</strong> addressed some security issues.' ),50 '5.9.12'51 );52 ?>53 <?php54 printf(49 __( '<strong>Version %s</strong> addressed some security issues.' ), 50 '5.9.13' 51 ); 52 ?> 53 <?php 54 printf( 55 55 /* translators: %s: HelpHub URL. */ 56 __( 'For more information, see <a href="%s">the release notes</a>.' ),57 sprintf(56 __( 'For more information, see <a href="%s">the release notes</a>.' ), 57 sprintf( 58 58 /* translators: %s: WordPress version. */ 59 esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), 60 sanitize_title( '5.9.12' ) 61 ) 62 ); 63 ?> 64 </p> 59 esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), 60 sanitize_title( '5.9.13' ) 61 ) 62 ); 63 ?> 64 </p> 65 <p> 66 <?php 67 printf( 68 /* translators: %s: WordPress version. */ 69 __( '<strong>Version %s</strong> addressed some security issues.' ), 70 '5.9.12' 71 ); 72 ?> 73 <?php 74 printf( 75 /* translators: %s: HelpHub URL. */ 76 __( 'For more information, see <a href="%s">the release notes</a>.' ), 77 sprintf( 78 /* translators: %s: WordPress version. */ 79 esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), 80 sanitize_title( '5.9.12' ) 81 ) 82 ); 83 ?> 84 </p> 65 85 <p> 66 86 <?php -
branches/5.9/src/wp-includes/version.php
r60849 r61961 17 17 * @global string $wp_version 18 18 */ 19 $wp_version = '5.9.1 2-src';19 $wp_version = '5.9.13-src'; 20 20 21 21 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)