Make WordPress Core


Ignore:
Timestamp:
11/11/2025 03:47:16 AM (9 months ago)
Author:
ryelle
Message:

Help/About: Update the About page for 6.9.

Introducing the new content for the 6.9 About page. This release also introduce new header images across the About section.

See #63941.
Props desrosj, jeffpaul, 4thhubbard, priethor, annezazu, fcoveram, joedolson, ryelle, peterwilsoncc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/freedoms.php

    r59667 r61204  
    2020
    2121list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
     22$header_alt_text = sprintf(
     23        /* translators: %s: Version number. */
     24        __( 'WordPress %s' ),
     25        $display_version
     26);
    2227
    2328require_once ABSPATH . 'wp-admin/admin-header.php';
     
    2631
    2732        <div class="about__header">
     33                <div class="about__header-image">
     34                        <img src="images/about-release-logo.svg?ver=6.9" alt="<?php echo esc_attr( $header_alt_text ); ?>" />
     35                </div>
     36
    2837                <div class="about__header-title">
    2938                        <h1>
Note: See TracChangeset for help on using the changeset viewer.