Make WordPress Core


Ignore:
Timestamp:
07/22/2021 01:51:58 PM (23 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add a comment about the $title global usage in various admin files.

This should make it clear that the variable is used as part of the HTML <title> tag on admin screens.

Props ravipatel, hellofromTonya, sabernhardt, audrasjb, SergeyBiryukov.
Fixes #53729.

File:
1 edited

Legend:

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

    r51473 r51475  
    1010require_once __DIR__ . '/admin.php';
    1111
     12// Used in the HTML title tag.
    1213/* translators: Page title of the About WordPress page in the admin. */
    1314$title = _x( 'About', 'page title' );
Note: See TracChangeset for help on using the changeset viewer.