id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 53729,Add readability comment to $title variable used in admin-header,ravipatel,hellofromTonya,"Add a readability comment above each instance of `$title = __( '' )` in each admin panel's file. This `$title` is used to populate the `` element which is built in the reusable `wp-admin/admin-header.php` file. The comment will avoid confusion on panel file's where the translated content reads the same for the `<title>` and `<h1>`. For example, the confusion can occur in the `wp-admin/privacy.php`: {{{#!php $title = __( 'Privacy' ); ... require_once ABSPATH . 'wp-admin/admin-header.php'; ... <div class=""about__header-title""> <h1> <?php _e( 'Privacy' ); ?> </h1> </div> }}}",enhancement,closed,normal,5.9,Help/About,,normal,fixed,has-patch commit,,coding-standards