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/export.php

    r50001 r51475  
    1616/** Load WordPress export API */
    1717require_once ABSPATH . 'wp-admin/includes/export.php';
     18
     19// Used in the HTML title tag.
    1820$title = __( 'Export' );
    1921
Note: See TracChangeset for help on using the changeset viewer.