Make WordPress Core

Ticket #53716: 53716.1.diff

File 53716.1.diff, 790 bytes (added by audrasjb, 5 years ago)

Help/About: Add missing slashes in About page img and source HTML tags

  • src/wp-admin/about.php

    diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
    index 639df3bc08..75d3635df9 100644
    a b require_once ABSPATH . 'wp-admin/admin-header.php'; 
    160160                        </h2>
    161161                        <div class="column about__image is-vertically-aligned-center">
    162162                                <picture>
    163                                         <source srcset="https://s.w.org/images/core/5.8/about-theme-json.png, https://s.w.org/images/core/5.8/about-theme-json-2x.png 2x">
    164                                         <img src="https://s.w.org/images/core/5.8/about-theme-json.png" alt="">
     163                                        <source srcset="https://s.w.org/images/core/5.8/about-theme-json.png, https://s.w.org/images/core/5.8/about-theme-json-2x.png 2x" />
     164                                        <img src="https://s.w.org/images/core/5.8/about-theme-json.png" alt="" />
    165165                                </picture>
    166166                        </div>
    167167                </div>