Changeset 57978 for branches/6.5/src/wp-admin/about.php
- Timestamp:
- 04/09/2024 09:03:42 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5/src/wp-admin/about.php
r57959 r57978 54 54 12 55 55 ), 56 '6.5. 1',56 '6.5.2', 57 57 '12' 58 58 ); … … 65 65 /* translators: %s: WordPress version. */ 66 66 esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), 67 sanitize_title( '6.5. 1' )67 sanitize_title( '6.5.2' ) 68 68 ) 69 69 );
Note: See TracChangeset
for help on using the changeset viewer.