Make WordPress Core


Ignore:
Timestamp:
07/22/2021 01:51:58 PM (4 years 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/network/themes.php

    r49286 r51475  
    8282            }
    8383
     84            // Used in the HTML title tag.
    8485            $title       = __( 'Update Themes' );
    8586            $parent_file = 'themes.php';
     
    334335);
    335336
     337// Used in the HTML title tag.
    336338$title       = __( 'Themes' );
    337339$parent_file = 'themes.php';
Note: See TracChangeset for help on using the changeset viewer.