Make WordPress Core


Ignore:
Timestamp:
03/20/2021 06:28:32 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Add a space before / character in some self-closing HTML tags.

While this has no effect on the code, it fixes a minor inconsistency with the rest of core.

Props laxman-prajapati.
Fixes #52870.

File:
1 edited

Legend:

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

    r50506 r50556  
    159159
    160160    echo '<p>';
    161     echo '<input name="version" value="' . esc_attr( $update->current ) . '" type="hidden"/>';
    162     echo '<input name="locale" value="' . esc_attr( $update->locale ) . '" type="hidden"/>';
     161    echo '<input name="version" value="' . esc_attr( $update->current ) . '" type="hidden" />';
     162    echo '<input name="locale" value="' . esc_attr( $update->locale ) . '" type="hidden" />';
    163163    if ( $show_buttons ) {
    164164        if ( $first_pass ) {
Note: See TracChangeset for help on using the changeset viewer.