Make WordPress Core

Ticket #53716: 53716.patch

File 53716.patch, 642 bytes (added by radixweb, 5 years ago)

Added the "/" at the end of image tag

  • src/wp-admin/about.php

    diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
    index 639df3bc08..bf58a24ba6 100644
    a b require_once ABSPATH . 'wp-admin/admin-header.php'; 
    161161                        <div class="column about__image is-vertically-aligned-center">
    162162                                <picture>
    163163                                        <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="">
     164                                        <img src="https://s.w.org/images/core/5.8/about-theme-json.png" alt="" />
    165165                                </picture>
    166166                        </div>
    167167                </div>