Make WordPress Core

Changeset 63182


Ignore:
Timestamp:
08/11/2026 06:37:20 PM (4 weeks ago)
Author:
joedolson
Message:

Help/About: Update the About page for 7.1

Introducing the new content for the 7.1 About page.

Props joedolson, mdridipu, benjamin_zekavica, wildworks, rcorrales, annezazu, webverts, alanjacobmathew, markoserb, sfougnier, mukesh27, umesh.nevase, ekamran, jorbin, masteradhoc, obenland, krupajnanda, adamsilverstein.
Fixes #65698, #65346.

svn rm src/wp-admin/images/

Location:
trunk/src/wp-admin
Files:
11 deleted
8 edited

Legend:

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

    r62362 r63182  
    1515
    1616list( $display_version ) = explode( '-', wp_get_wp_version() );
    17 $display_major_version   = '7.0';
     17$display_major_version   = '7.1';
    1818
    1919$release_notes_url = sprintf(
     
    3535);
    3636
     37$version_text = sprintf(
     38        /* translators: %s: Version number. */
     39        __( 'WordPress %s' ),
     40        $display_version
     41);
     42
    3743require_once ABSPATH . 'wp-admin/admin-header.php';
    3844?>
     
    4147                <div class="about__header">
    4248                        <div class="about__header-title">
    43                                 <h1>
    44                                         <?php
    45                                         printf(
    46                                                 /* translators: %s: Version number. */
    47                                                 __( 'WordPress %s' ),
    48                                                 $display_version
    49                                         );
    50                                         ?>
    51                                 </h1>
     49                                <h1><?php echo esc_html( $version_text ); ?></h1>
    5250                        </div>
    5351                </div>
     
    6361                <div class="about__section">
    6462                        <div class="column is-left-padding-zero is-right-padding-zero">
    65                                 <h2><?php _e( 'Welcome to WordPress 7.0' ); ?></h2>
    66                                 <p class="is-subheading"><?php _e( 'WordPress 7.0 introduces the foundation for AI across the platform, letting you connect your preferred provider and put it to work across your site. Edit more simply by dropping in layouts and swapping content without diving into blocks. The navigation overlay now taps into the full potential of blocks, and reviewing historical changes is easier with a visual comparison.' ); ?></p>
     63                                <h2><?php _e( 'Welcome to WordPress 7.1' ); ?></h2>
     64                                <p class="is-subheading"><?php _e( 'WordPress 7.1 makes styling and collaborating easier. Style how all blocks look across screen sizes and how Button and Navigation link blocks respond to hover, focus, and active states, all without writing custom CSS. A streamlined media editor brings cropping, rotation, and metadata editing together in one workflow. Notes now support rich text and @mentions, and the admin bar travels with you into every editor, so the tools you rely on stay with you wherever you&#8217;re working.' ); ?></p>
    6765                        </div>
    6866                </div>
     
    7068                <div class="about__section has-2-columns">
    7169                        <div class="column is-vertically-aligned-center is-left-padding-zero">
    72                                 <h3><?php _e( 'Design your navigation overlay' ); ?></h3>
    73                                 <p>
    74                                         <strong><?php _e( 'A dedicated canvas for your menu.' ); ?></strong><br />
    75                                         <?php _e( 'Build the menu overlay you want visitors to see. Go beyond a simple list of links: add columns, increase the font size, and align everything to your liking. Start from a pre-built template, or design your own from scratch.' ); ?>
     70                                <h3><?php _e( 'Apply responsive styles' ); ?></h3>
     71                                <p>
     72                                        <strong><?php _e( 'Style content your way, on every screen.' ); ?></strong><br />
     73                                        <?php _e( 'WordPress 7.1 takes a major step toward built-in responsive design. Set how a block looks at different screen sizes directly in the editor, for both Global Styles and individual blocks, all without writing custom CSS.' ); ?>
    7674                                </p>
    7775                        </div>
    7876                        <div class="column is-vertically-aligned-center is-right-padding-zero">
    7977                                <div class="about__image">
    80                                         <img src="https://s.w.org/images/core/7.0/about-feature-01.webp" alt="" height="436" width="436" />
     78                                        <img src="https://s.w.org/images/core/7.1/about-feature-01.webp?ver=20260810" alt="" height="900" width="900" />
    8179                                </div>
    8280                        </div>
     
    8684                        <div class="column is-vertically-aligned-center is-left-padding-zero">
    8785                                <div class="about__image">
    88                                         <img src="https://s.w.org/images/core/7.0/about-feature-02.webp" alt="" height="436" width="436" />
     86                                        <img src="https://s.w.org/images/core/7.1/about-feature-02.webp?ver=20260810" alt="" height="436" width="436" />
    8987                                </div>
    9088                        </div>
    9189                        <div class="column is-vertically-aligned-center is-right-padding-zero">
    92                                 <h3><?php _e( 'AI foundations' ); ?></h3>
    93                                 <p>
    94                                         <strong><?php _e( 'A centralized hub for your connections.' ); ?></strong><br />
    95                                         <?php _e( 'The Connectors screen introduces a single hub for managing a range of external service integrations, including AI providers. Opt in by connecting your preferred AI provider, then put it to work across your site. The optional AI plugin adds a growing set of tools directly into the editor: create titles and excerpts, generate and edit images, and suggest alt text. Any plugin that needs to connect to an outside service can tap into this standardized connection management system, making it easy for users and developers alike.' ); ?>
     90                                <h3><?php _e( 'Admin bar, now in every editor' ); ?></h3>
     91                                <p>
     92                                        <strong><?php _e( 'Consistent navigation, from dashboard to editor.' ); ?></strong><br />
     93                                        <?php _e( 'The admin bar now stays with you across all editors, so you always know where you are.  The admin bar also gets a small visual refresh.' ); ?>
    9694                                </p>
    9795                        </div>
     
    10098                <div class="about__section has-2-columns">
    10199                        <div class="column is-vertically-aligned-center is-left-padding-zero">
    102                                 <h3><?php _e( 'Visual revisions' ); ?></h3>
    103                                 <p>
    104                                         <strong><?php _e( 'Scrub through every version of your page.' ); ?></strong><br />
    105                                         <?php _e( 'Review your post&#8217;s revision history with a timeline slider and see exactly what changed in the document with visual markers, block by block. Find the version you want and restore it in one click.' ); ?>
     100                                <h3><?php _e( 'A new way to crop' ); ?></h3>
     101                                <p>
     102                                        <strong><?php _e( 'One dedicated workflow for editing your images.' ); ?></strong><br />
     103                                        <?php _e( 'A new media editor modal replaces the old inline cropping tool, bringing freeform and aspect-ratio cropping, flip, precise rotation, and metadata editing together in a single streamlined workflow. The familiar Crop button still gets you there, now opening a dedicated space to crop, rotate, and adjust images before publishing.' ); ?>
    106104                                </p>
    107105                        </div>
    108106                        <div class="column is-vertically-aligned-center is-right-padding-zero">
    109107                                <div class="about__image">
    110                                         <img src="https://s.w.org/images/core/7.0/about-feature-03.webp" alt="" height="436" width="436" />
     108                                        <img src="https://s.w.org/images/core/7.1/about-feature-03.webp?ver=20260810" alt="" height="436" width="436" />
    111109                                </div>
    112110                        </div>
     
    116114                        <div class="column is-vertically-aligned-center is-left-padding-zero">
    117115                                <div class="about__image">
    118                                         <img src="https://s.w.org/images/core/7.0/about-feature-04.webp" alt="" height="436" width="436" />
     116                                        <img src="https://s.w.org/images/core/7.1/about-feature-04.webp?ver=20260810" alt="" height="436" width="436" />
    119117                                </div>
    120118                        </div>
    121119                        <div class="column is-vertically-aligned-center is-right-padding-zero">
    122                                 <h3><?php _e( 'A simpler way to build with patterns' ); ?></h3>
    123                                 <p>
    124                                         <strong><?php _e( 'Patterns as single blocks.' ); ?></strong><br />
    125                                         <?php _e( 'Drop a pattern onto your page and it behaves like one block, so you don’t have to hunt through nested blocks for the element you want to change. Swap the text and images, adjust styles from the inspector, and keep moving. For any advanced edits, a single click to "edit pattern" gives you access to all available tools.' ); ?>
     120                                <h3><?php _e( 'Inline notes with mentions and rich text' ); ?></h3>
     121                                <p>
     122                                        <strong><?php _e( 'More ways to leave feedback.' ); ?></strong><br />
     123                                        <?php _e( 'Notes now support rich text and @mentions. Add bold, italic, code, and links so feedback reads clearly. Type &#8220;@&#8221; to pull up a list of collaborators to tag the right person directly, with built-in email notifications. Leave a note on a specific text selection instead of an entire block. Start more than one conversation on the same block. Collapse long notes to keep the margin tidy.' ); ?>
    126124                                </p>
    127125                        </div>
     
    138136                                        </svg>
    139137                                </div>
    140                                 <h3><?php _e( 'Performance' ); ?></h3>
    141                                 <p><?php _e( 'WordPress 7.0 improves the accuracy of image loading prioritization, preventing hidden images in navigation overlays or interactive blocks from degrading the loading of critical resources. On-demand block stylesheet loading in classic themes is more reliable, and the ability is added for scripts to depend on script modules to reduce render-blocking.' ); ?></p>
     138                                <h3><?php _e( 'Improved media handling' ); ?></h3>
     139                                <p><?php _e( 'Image compression, resizing, and thumbnail generation now happen in the browser, via a WebAssembly build of libvips, so large uploads won&#8217;t hit PHP memory limits or time out on shared hosts. This also frees up server CPU and memory, while producing smaller files for visitors. Media handling includes built-in support for AVIF, HEIC and HDR gain maps.' ); ?></p>
    142140                        </div>
    143141                        <div class="column is-right-padding-zero">
     
    148146                                </div>
    149147                                <h3><?php _e( 'Accessibility' ); ?></h3>
    150                                 <p><?php _e( 'WordPress continues to polish accessibility across WordPress Core and Gutenberg, advancing the goals to meet accessibility standards. WordPress 7.0 includes fixes across the platform, improving media management, usability for voice control, and improvements to color contrast with the new admin color scheme. The editor ships with new blocks and improvements to editor navigation and interaction.' ); ?></p>
     148                                <p><?php _e( 'WordPress 7.1 continues to polish accessibility across WordPress Core and Gutenberg, advancing the goals to meet accessibility standards. In this release, high impact changes include the new accessible tooltips API, improved predictability for screen readers, and improved labeling in many places in the admin. The editor adds extensive improvements to navigation and interaction.' ); ?></p>
    151149                        </div>
    152150                </div>
     
    178176                <div class="about__section has-3-columns">
    179177                        <div class="column about__image is-vertically-aligned-top is-left-padding-zero">
    180                                 <img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=7.0' ) ); ?>" alt="" height="280" width="280" />
     178                                <img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=7.1' ) ); ?>" alt="<?php echo esc_attr( $version_text ); ?>" height="280" width="280" />
    181179                        </div>
    182180                        <div class="column is-vertically-aligned-center is-right-padding-zero" style="grid-column-end:span 2">
  • trunk/src/wp-admin/contribute.php

    r62512 r63182  
    1313$title = __( 'Get Involved' );
    1414
    15 list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
    16 $header_alt_text         = sprintf(
    17         /* translators: %s: Version number. */
    18         __( 'WordPress %s' ),
    19         $display_version
    20 );
    21 
    2215require_once ABSPATH . 'wp-admin/admin-header.php';
    2316?>
     
    2518
    2619        <div class="about__header">
    27                 <div class="about__header-image">
    28                         <img src="<?php echo esc_url( admin_url( 'images/about-release-logo.svg?ver=7.0' ) ); ?>" alt="<?php echo esc_attr( $header_alt_text ); ?>" />
    29                 </div>
    30 
    3120                <div class="about__header-title">
    3221                        <h1>
  • trunk/src/wp-admin/credits.php

    r62512 r63182  
    1414$title = __( 'Credits' );
    1515
    16 list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
    17 $header_alt_text         = sprintf(
    18         /* translators: %s: Version number. */
    19         __( 'WordPress %s' ),
    20         $display_version
    21 );
    22 
    2316require_once ABSPATH . 'wp-admin/admin-header.php';
    2417
     
    2821
    2922        <div class="about__header">
    30                 <div class="about__header-image">
    31                         <img src="<?php echo esc_url( admin_url( 'images/about-release-logo.svg?ver=7.0' ) ); ?>" alt="<?php echo esc_attr( $header_alt_text ); ?>" />
    32                 </div>
    33 
    3423                <div class="about__header-title">
    3524                        <h1>
  • trunk/src/wp-admin/css/about.css

    r62362 r63182  
    2222.about__container {
    2323        /* Section backgrounds */
    24         --background: #ebe8e5;
    25         --subtle-background: #ebe8e5;
     24        --background: #3858e9;
     25        --subtle-background: #f4f4f4;
    2626
    2727        /* Main text color */
     
    279279        .about__section.has-2-columns.is-wider-left,
    280280        .about__section.has-3-columns {
    281                 display: block;
     281                grid-template-columns: 1fr;
    282282                margin-bottom: calc(var(--gap) / 2);
    283283        }
     
    330330@media screen and (max-width: 600px) {
    331331        .about__section.has-2-columns {
    332                 display: block;
     332                grid-template-columns: 1fr;
    333333                margin-bottom: var(--gap);
     334        }
     335
     336        .about__section.has-2-columns:not(.is-wider-right,.is-wider-left) div:has(img) {
     337                order: 1;
     338        }
     339
     340        .about__section.has-2-columns:not(.is-wider-right,.is-wider-left) div:not(:has(img)) {
     341                order: 0;
    334342        }
    335343
     
    532540        height: 0;
    533541        border: none;
    534         border-top: 4px solid var(--accent-3);
     542        border-top: 6px solid var(--accent-3);
    535543}
    536544
     
    581589        .about__container h3.is-larger-heading {
    582590                font-size: 2em;
     591        }
     592
     593        .about__container h1 {
     594                text-shadow: 0 0 2px var(--background);
    583595        }
    584596}
     
    597609        min-height: clamp(10rem, 25vw, 18.75rem);
    598610        border-radius: var(--border-radius);
    599         background-image: url( "../images/about-header-default.webp?ver=20260514" );
     611        background-image: url( "https://s.w.org/images/core/7.1/about-header-default.webp?ver=20260804" );
    600612        background-repeat: no-repeat;
    601613        background-position: right center;
     
    603615        background-color: var(--background);
    604616        color: var(--text-light);
     617        margin-bottom: .25rem;
    605618}
    606619
    607620.credits-php  .about__header {
    608         background-image: url( "../images/about-header-credits.webp?ver=20260514" );
     621        background-image: url( "https://s.w.org/images/core/7.1/about-header-credits.webp?ver=20260804" );
    609622}
    610623
    611624.freedoms-php  .about__header {
    612         background-image: url( "../images/about-header-freedoms.webp?ver=20260514" );
     625        background-image: url( "https://s.w.org/images/core/7.1/about-header-freedoms.webp?ver=20260804" );
    613626}
    614627
    615628.privacy-php  .about__header {
    616         background-image: url( "../images/about-header-privacy.webp?ver=20260514" );
     629        background-image: url( "https://s.w.org/images/core/7.1/about-header-privacy.webp?ver=20260804" );
    617630}
    618631
    619632.contribute-php .about__header {
    620         background-image: url( "../images/about-header-get-involved.webp?ver=20260514" );
     633        background-image: url( "https://s.w.org/images/core/7.1/about-header-get-involved.webp?ver=20260804" );
    621634}
    622635
    623636[dir="rtl"] .about__header {
    624         background-image: url( "../images/about-header-default-rtl.webp?ver=20260514" );
     637        background-image: url( "https://s.w.org/images/core/7.1/about-header-default-rtl.webp?ver=20260804" );
    625638}
    626639
    627640[dir="rtl"] .credits-php  .about__header {
    628         background-image: url( "../images/about-header-credits-rtl.webp?ver=20260514" );
     641        background-image: url( "https://s.w.org/images/core/7.1/about-header-credits-rtl.webp?ver=20260804" );
    629642}
    630643
    631644[dir="rtl"] .freedoms-php  .about__header {
    632         background-image: url( "../images/about-header-freedoms-rtl.webp?ver=20260514" );
     645        background-image: url( "https://s.w.org/images/core/7.1/about-header-freedoms-rtl.webp?ver=20260804" );
    633646}
    634647
    635648[dir="rtl"] .privacy-php  .about__header {
    636         background-image: url( "../images/about-header-privacy-rtl.webp?ver=20260514" );
     649        background-image: url( "https://s.w.org/images/core/7.1/about-header-privacy-rtl.webp?ver=20260804" );
    637650}
    638651
    639652[dir="rtl"] .contribute-php .about__header {
    640         background-image: url( "../images/about-header-get-involved-rtl.webp?ver=20260514" );
     653        background-image: url( "https://s.w.org/images/core/7.1/about-header-get-involved-rtl.webp?ver=20260804" );
    641654}
    642655
     
    658671        line-height: 1;
    659672        font-weight: 600;
    660         color: var(--text);
     673        color: var(--text-light);
    661674}
    662675
     
    677690        font-size: 1.6rem;
    678691        line-height: 1.15;
    679         color: var(--text);
     692        color: var(--text-light);
    680693}
    681694
  • trunk/src/wp-admin/freedoms.php

    r62512 r63182  
    1919$title = __( 'Freedoms' );
    2020
    21 list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
    22 $header_alt_text         = sprintf(
    23         /* translators: %s: Version number. */
    24         __( 'WordPress %s' ),
    25         $display_version
    26 );
    27 
    2821require_once ABSPATH . 'wp-admin/admin-header.php';
    2922?>
     
    3124
    3225        <div class="about__header">
    33                 <div class="about__header-image">
    34                         <img src="<?php echo esc_url( admin_url( 'images/about-release-logo.svg?ver=7.0' ) ); ?>" alt="<?php echo esc_attr( $header_alt_text ); ?>" />
    35                 </div>
    36 
    3726                <div class="about__header-title">
    3827                        <h1>
  • trunk/src/wp-admin/images/about-release-badge.svg

    r62362 r63182  
    11<svg width="280" height="280" viewBox="0 0 280 280" fill="none" xmlns="http://www.w3.org/2000/svg">
    2 <rect width="280" height="280" fill="#EBE8E5"/>
    3 <g clip-path="url(#clip0_10280_25952)">
    4 <path d="M197.339 165.883C192.995 165.883 189.164 164.858 185.845 162.808C182.574 160.758 180.012 157.829 178.157 154.022C176.302 150.166 175.375 145.529 175.375 140.111C175.375 134.693 176.302 130.057 178.157 126.201C180.012 122.345 182.574 119.416 185.845 117.415C189.164 115.365 192.995 114.34 197.339 114.34C201.732 114.34 205.564 115.365 208.834 117.415C212.104 119.416 214.642 122.345 216.448 126.201C218.303 130.057 219.23 134.693 219.23 140.111C219.23 145.529 218.303 150.166 216.448 154.022C214.642 157.878 212.104 160.831 208.834 162.881C205.564 164.882 201.732 165.883 197.339 165.883ZM197.339 161.124C199.78 161.124 201.854 160.294 203.563 158.635C205.271 156.926 206.589 154.51 207.516 151.386C208.443 148.262 208.907 144.504 208.907 140.111C208.907 135.718 208.443 131.96 207.516 128.836C206.589 125.712 205.271 123.321 203.563 121.661C201.854 119.953 199.78 119.099 197.339 119.099C194.948 119.099 192.873 119.953 191.116 121.661C189.408 123.321 188.09 125.712 187.163 128.836C186.235 131.96 185.771 135.718 185.771 140.111C185.771 144.504 186.235 148.262 187.163 151.386C188.09 154.51 189.408 156.926 191.116 158.635C192.873 160.294 194.948 161.124 197.339 161.124Z" fill="black"/>
    5 <path d="M166.375 165.738C164.471 165.738 162.933 165.152 161.762 163.98C160.639 162.809 160.078 161.345 160.078 159.588C160.078 157.782 160.639 156.317 161.762 155.195C162.933 154.023 164.471 153.438 166.375 153.438C168.327 153.438 169.864 154.023 170.987 155.195C172.158 156.317 172.744 157.782 172.744 159.588C172.744 161.345 172.158 162.809 170.987 163.98C169.864 165.152 168.327 165.738 166.375 165.738Z" fill="black"/>
    6 <path d="M141.152 165.077C141.25 159.854 141.836 155.12 142.909 150.873C144.032 146.578 145.57 142.698 147.522 139.232C149.523 135.767 151.866 132.643 154.55 129.861C157.284 127.078 160.286 124.614 163.556 122.466L169.34 122.027C166.265 124.858 163.605 127.811 161.359 130.886C159.163 133.961 157.333 137.231 155.868 140.696C154.404 144.162 153.33 147.92 152.647 151.971C151.964 155.974 151.622 160.342 151.622 165.077H141.152ZM130.609 131.618V122.466H141.152C139.005 122.466 137.565 122.905 136.833 123.784C136.1 124.614 135.734 126.175 135.734 128.47V131.618H130.609ZM130.609 122.466V115.145H169.34V122.027L163.556 122.466H130.609Z" fill="black"/>
    7 <path d="M60 140.5C60 156.214 72.7861 169 88.4999 169C104.214 169 117 156.214 117 140.5C117 124.786 104.222 112 88.4999 112C72.778 112 60 124.786 60 140.5ZM77.315 163.557C68.7586 159.4 62.871 150.642 62.871 140.492C62.871 136.78 63.6716 133.254 65.0869 130.059L77.3069 163.557H77.315ZM88.508 166.121C85.9928 166.121 83.5666 165.749 81.2698 165.078L88.9608 142.74L96.8379 164.317C96.8865 164.447 96.9511 164.56 97.0239 164.673C94.3551 165.603 91.4922 166.121 88.516 166.121H88.508ZM109.22 140.015C110.675 136.359 111.169 133.44 111.169 130.835C111.169 129.897 111.104 129.016 110.999 128.199C112.996 131.846 114.137 136.036 114.137 140.492C114.137 149.946 109.018 158.195 101.399 162.643L109.228 140.015H109.22ZM105.807 121.608C105.694 121.6 105.588 121.584 105.483 121.584C102.96 121.584 101.181 123.775 101.181 126.129C101.181 128.239 102.394 130.027 103.704 132.138C104.675 133.844 105.815 136.036 105.815 139.206C105.815 141.406 105.168 144.164 103.866 147.496L101.31 156.036L92.0502 128.49C93.5949 128.409 94.9778 128.248 94.9778 128.248C96.3527 128.086 96.1909 126.056 94.8161 126.137C94.8161 126.137 90.6673 126.46 87.9823 126.46C85.459 126.46 81.2293 126.137 81.2293 126.137C79.8464 126.056 79.6846 128.167 81.0676 128.248C81.0676 128.248 82.3777 128.409 83.7607 128.49L87.7558 139.432L82.1432 156.254L72.8104 128.482C74.3631 128.401 75.738 128.239 75.738 128.239C77.1128 128.078 76.9511 126.048 75.5763 126.129C75.5763 126.129 71.4274 126.452 68.7424 126.452C68.2653 126.452 67.691 126.444 67.0926 126.42C71.6862 119.473 79.5552 114.879 88.508 114.879C95.18 114.879 101.254 117.435 105.807 121.616V121.608Z" fill="black"/>
     2<g clip-path="url(#clip0_13104_44609)">
     3<rect width="280" height="280" fill="#F4F4F4"/>
     4<path d="M74 140.116C74 156.169 87.0622 169.231 103.115 169.231C119.168 169.231 132.231 156.169 132.231 140.116C132.231 124.062 119.177 111 103.115 111C87.054 111 74 124.062 74 140.116ZM91.6889 163.671C82.9477 159.424 76.933 150.476 76.933 140.107C76.933 136.315 77.7509 132.713 79.1968 129.449L91.6807 163.671H91.6889ZM103.124 166.29C100.554 166.29 98.0755 165.91 95.7291 165.224L103.586 142.404L111.633 164.447C111.683 164.579 111.749 164.695 111.823 164.811C109.097 165.761 106.172 166.29 103.132 166.29H103.124ZM124.283 139.62C125.77 135.885 126.274 132.903 126.274 130.242C126.274 129.284 126.208 128.383 126.1 127.549C128.141 131.275 129.306 135.555 129.306 140.107C129.306 149.766 124.076 158.193 116.293 162.737L124.291 139.62H124.283ZM120.796 120.815C120.68 120.807 120.573 120.791 120.466 120.791C117.888 120.791 116.07 123.03 116.07 125.434C116.07 127.59 117.309 129.416 118.648 131.572C119.639 133.316 120.804 135.555 120.804 138.794C120.804 141.041 120.143 143.858 118.813 147.262L116.202 155.987L106.742 127.846C108.32 127.764 109.733 127.598 109.733 127.598C111.138 127.433 110.972 125.359 109.568 125.442C109.568 125.442 105.33 125.773 102.587 125.773C100.009 125.773 95.6878 125.442 95.6878 125.442C94.275 125.359 94.1097 127.516 95.5225 127.598C95.5225 127.598 96.861 127.764 98.2738 127.846L102.355 139.025L96.6214 156.21L87.087 127.838C88.6733 127.755 90.0778 127.59 90.0778 127.59C91.4824 127.425 91.3172 125.351 89.9126 125.434C89.9126 125.434 85.6742 125.764 82.9312 125.764C82.4438 125.764 81.8571 125.756 81.2457 125.731C85.9386 118.634 93.9775 113.941 103.124 113.941C109.94 113.941 116.145 116.552 120.796 120.824V120.815Z" fill="url(#paint0_linear_13104_44609)"/>
     5<path d="M194.405 164.857V132.206C193.606 132.828 192.717 133.294 191.74 133.605C190.807 133.916 189.541 134.138 187.942 134.272C186.387 134.36 184.21 134.405 181.411 134.405V124.343C183.366 124.343 185.054 124.298 186.476 124.209C187.942 124.076 189.186 123.743 190.207 123.21C191.273 122.632 192.184 121.699 192.939 120.411C193.695 119.123 194.361 117.324 194.938 115.014H206V164.857H194.405Z" fill="#1E1E1E"/>
     6<path d="M177.791 165.212C175.883 165.212 174.299 164.603 173.041 163.383C171.783 162.119 171.154 160.515 171.154 158.573C171.154 156.676 171.783 155.118 173.041 153.899C174.299 152.634 175.883 152.002 177.791 152.002C179.7 152.002 181.262 152.634 182.477 153.899C183.735 155.118 184.364 156.676 184.364 158.573C184.364 160.515 183.735 162.119 182.477 163.383C181.262 164.603 179.7 165.212 177.791 165.212Z" fill="#1E1E1E"/>
     7<path d="M146.699 164.991L162.492 125.476C162.581 125.209 162.492 125.076 162.226 125.076H140.103V115.014H164.291C167.579 115.014 169.978 115.702 171.488 117.079C173.043 118.412 173.82 120.322 173.82 122.81C173.82 124.054 173.687 125.187 173.42 126.209C173.154 127.23 172.821 128.274 172.421 129.34L158.894 164.991H146.699Z" fill="#1E1E1E"/>
    88</g>
    99<defs>
    10 <clipPath id="clip0_10280_25952">
    11 <rect width="159.23" height="57" fill="white" transform="translate(60 112)"/>
     10<linearGradient id="paint0_linear_13104_44609" x1="132.23" y1="111.809" x2="73.9993" y2="170.039" gradientUnits="userSpaceOnUse">
     11<stop stop-color="#00C253"/>
     12<stop offset="0.6" stop-color="#3858E9"/>
     13</linearGradient>
     14<clipPath id="clip0_13104_44609">
     15<rect width="280" height="280" fill="white"/>
    1216</clipPath>
    1317</defs>
  • trunk/src/wp-admin/includes/update-core.php

    r63032 r63182  
    11511151        'wp-includes/images/icon-library/word-count.svg',
    11521152        'wp-includes/images/icon-library/wordpress.svg',
     1153        'wp-admin/images/about-header-credits.webp',
     1154        'wp-admin/images/about-header-credits-rtl.webp',
     1155        'wp-admin/images/about-header-default.webp',
     1156        'wp-admin/images/about-header-default-rtl.webp',
     1157        'wp-admin/images/about-header-freedoms.webp',
     1158        'wp-admin/images/about-header-freedoms-rtl.webp',
     1159        'wp-admin/images/about-header-get-involved.webp',
     1160        'wp-admin/images/about-header-get-involved-rtl.webp',
     1161        'wp-admin/images/about-header-privacy.webp',
     1162        'wp-admin/images/about-header-privacy-rtl.webp',
     1163        'wp-admin/images/about-release-logo.svg',
    11531164);
    11541165
  • trunk/src/wp-admin/privacy.php

    r62512 r63182  
    1313$title = __( 'Privacy' );
    1414
    15 list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
    16 $header_alt_text         = sprintf(
    17         /* translators: %s: Version number. */
    18         __( 'WordPress %s' ),
    19         $display_version
    20 );
    21 
    2215require_once ABSPATH . 'wp-admin/admin-header.php';
    2316?>
     
    2518
    2619        <div class="about__header">
    27                 <div class="about__header-image">
    28                         <img src="<?php echo esc_url( admin_url( 'images/about-release-logo.svg?ver=7.0' ) ); ?>" alt="<?php echo esc_attr( $header_alt_text ); ?>" />
    29                 </div>
    30 
    3120                <div class="about__header-title">
    3221                        <h1>
Note: See TracChangeset for help on using the changeset viewer.