Make WordPress Core


Ignore:
Timestamp:
04/03/2023 11:58:25 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct the closing PHP tag placement in some admin files.

Follow-up to [1596], [1818], [11009], [16183], [16582], [16592].

Props faisalahammad, audrasjb.
Fixes #58053.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/user-new.php

    r55418 r55618  
    101101$parent_file = 'users.php';
    102102
    103 require_once ABSPATH . 'wp-admin/admin-header.php'; ?>
     103require_once ABSPATH . 'wp-admin/admin-header.php';
     104?>
    104105
    105106<div class="wrap">
Note: See TracChangeset for help on using the changeset viewer.