Make WordPress Core

Changeset 49219


Ignore:
Timestamp:
10/20/2020 02:00:46 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Serve the image on the Freedoms page locally.

Serving the files locally is beneficial for reasons of privacy and speed.

Props garrett-eclipse, pputzer, hellofromTonya.
Fixes #46363.

Location:
trunk/src/wp-admin
Files:
1 added
1 edited

Legend:

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

    r48783 r49219  
    11141114
    11151115.freedoms-php .column .freedoms-image {
    1116     background-image: url('https://s.w.org/wp-content/themes/pub/wporg-main/images/freedoms-2x.png');
     1116    background-image: url('../images/freedoms-2x.png');
    11171117    background-size: 100%;
    11181118    padding-top: 100%;
Note: See TracChangeset for help on using the changeset viewer.