Make WordPress Core

Changeset 46725 for branches/5.3


Ignore:
Timestamp:
11/12/2019 06:30:26 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Move images to the CDN.

Props ryelle.
Merges [46724] to the 5.3 branch.
Fixes #47708.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-admin/about.php

    r46710 r46725  
    119119            <div class="column is-edge-to-edge">
    120120                <div class="about__image aligncenter">
    121                     <img src="https://make.wordpress.org/core/files/2019/10/twentytwenty-mobile.png" alt="" />
     121                    <img src="https://s.w.org/images/core/5.3/twentytwenty-mobile.png" alt="" />
    122122                </div>
    123123            </div>
     
    127127            <div class="column is-edge-to-edge">
    128128                <div class="about__image aligncenter">
    129                     <img src="https://make.wordpress.org/core/files/2019/10/twentytwenty-desktop.png" alt="" />
     129                    <img src="https://s.w.org/images/core/5.3/twentytwenty-desktop.png" alt="" />
    130130                </div>
    131131            </div>
Note: See TracChangeset for help on using the changeset viewer.