Make WordPress Core

Changeset 47122 for trunk/src/index.php


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/index.php

    r46586 r47122  
    3030wp_load_translations_early();
    3131
    32 // Die with an error message
     32// Die with an error message.
    3333$die = sprintf(
    3434    '<p>%s</p>',
Note: See TracChangeset for help on using the changeset viewer.