WordPress/wp-admin
Andrea Fercia d56f81fe45 Accessibility: Make sure the Site Health pages have a unique document title.
The document `<title>` gives a name to a web document. In the context of the WordPress admin, a unique, meaningful, title is important for various reasons:
- it allows browser's history to store meaningful entries 
- when multiple browser's tabs are open, it allows users to better identify the tab content 
- it's the first thing screen readers announce when navigating to a web page, thus helping users to identify the nature of the page content

Props chetan200891, mukesh27.
Fixes #46699.

Built from https://develop.svn.wordpress.org/trunk@45070


git-svn-id: http://core.svn.wordpress.org/trunk@44879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-29 18:27:51 +00:00
..
css CSS Coding Standards: Use unitless values for line-height in wp-admin/css/widgets.css. 2019-03-28 16:39:51 +00:00
images Build: Minify images 2019-02-25 15:21:52 +00:00
includes Privacy: Ensure the personal data export email is sent in the locale of the user whose data is being exported (or the site's default locale if they are not a registered user) when the administrator fulfilling the request uses a different locale. 2019-03-28 21:29:50 +00:00
js Accessibility: Remove arrows navigation from the Site Health accordions. 2019-03-29 11:27:51 +00:00
maint Accessibility: Remove negative tabindex from the login, install, and setup pages header. 2019-01-10 17:21:52 +00:00
network Multisite: Do not prime site meta caches unless necessary. 2019-03-18 15:56:51 +00:00
user
about.php Accessibility: Improve the semantics of "tabs" that are not real ARIA tabs. 2019-03-15 14:54:52 +00:00
admin-ajax.php Admin: Introduce the Site Health screens. 2019-03-23 03:55:53 +00:00
admin-footer.php
admin-functions.php
admin-header.php Accessibility: Improve the way Internet Explorer 11 and JAWS announce fieldset legends. 2019-01-17 11:55:51 +00:00
admin-post.php Admin: Use is_user_logged_in() instead of wp_validate_auth_cookie() in admin-post.php. 2019-01-16 05:41:50 +00:00
admin.php Coding Standards: Move an assignment out of a condition in wp-admin/admin.php. 2019-01-15 05:48:50 +00:00
async-upload.php
comment.php
credits.php Accessibility: Improve the semantics of "tabs" that are not real ARIA tabs. 2019-03-15 14:54:52 +00:00
custom-background.php Replace usages of basename() with wp_basename() in order to support multibyte filenames 2019-03-01 20:58:52 +00:00
custom-header.php Replace usages of basename() with wp_basename() in order to support multibyte filenames 2019-03-01 20:58:52 +00:00
customize.php
edit-comments.php
edit-form-advanced.php Accessibility: Improve the placeholder "prompt" text in the post title and Quick Draft widget. 2019-03-14 17:39:53 +00:00
edit-form-blocks.php Meta Boxes: Use a unique name for the nonce of the meta box loader. 2019-03-20 08:12:51 +00:00
edit-form-comment.php Comments: Restore a removed fieldset legend after [44466]. 2019-01-29 19:10:49 +00:00
edit-link-form.php
edit-tag-form.php Terms: Show error colours when a term fails to update. 2019-01-21 04:50:50 +00:00
edit-tags.php Build/Test Tools: Fix coding standards issues after [44515] and [44514]. 2019-01-09 12:37:49 +00:00
edit.php
export.php
freedoms.php Accessibility: Improve the semantics of "tabs" that are not real ARIA tabs. 2019-03-15 14:54:52 +00:00
import.php
index.php
install-helper.php
install.php Accessibility: Remove negative tabindex from the login, install, and setup pages header. 2019-01-10 17:21:52 +00:00
link-add.php
link-manager.php
link-parse-opml.php
link.php
load-scripts.php
load-styles.php
media-new.php
media-upload.php
media.php
menu-header.php
menu.php Admin: Introduce the Site Health screens. 2019-03-23 03:55:53 +00:00
moderation.php
ms-admin.php
ms-delete-site.php
ms-edit.php
ms-options.php
ms-sites.php
ms-themes.php
ms-upgrade-network.php
ms-users.php
my-sites.php
nav-menus.php Accessibility: Improve the semantics of "tabs" that are not real ARIA tabs. 2019-03-15 14:54:52 +00:00
network.php
options-discussion.php Comments: Default the show_comments_cookies_opt_in checkbox to enabled. 2019-01-21 22:57:52 +00:00
options-general.php I18N: Remove admin notice when the WPLANG constant is no longer necessary. 2019-03-20 18:58:50 +00:00
options-head.php
options-media.php
options-permalink.php Coding Standards: Upgrade WPCS to 1.2.1. 2019-01-12 06:41:52 +00:00
options-reading.php
options-writing.php
options.php
plugin-editor.php Plugin Editor: Disable the documentation look up button when no function is selected. 2019-01-16 06:01:50 +00:00
plugin-install.php
plugins.php Bootstrap/Load: Introduce a recovery mode for fixing fatal errors. 2019-03-21 21:53:51 +00:00
post-new.php
post.php Admin: Re-add some validation from [44048] that was accidentally removed in [44165]. 2019-02-07 04:12:51 +00:00
press-this.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:51:36 +00:00
privacy.php Privacy: Use a consistent URL for Privacy Policy guide. 2019-03-21 21:17:50 +00:00
profile.php
revision.php
setup-config.php Upgrade/Install: Update character count for the $table_prefix config line after [43650] and [42343]. 2019-02-12 16:52:53 +00:00
site-health-info.php Accessibility: Make sure the Site Health pages have a unique document title. 2019-03-29 18:27:51 +00:00
site-health.php Accessibility: Make sure the Site Health pages have a unique document title. 2019-03-29 18:27:51 +00:00
term.php
theme-editor.php Theme Editor: Capitalize "Think very carefully about your site crashing..." message for consistency with other strings. 2019-03-07 10:17:52 +00:00
theme-install.php Customize: Add a link to theme reviews in the theme details modal in the Customizer and on Add Themes screen. 2019-03-21 22:02:51 +00:00
themes.php Bootstrap/Load: Introduce a recovery mode for fixing fatal errors. 2019-03-21 21:53:51 +00:00
tools.php
update-core.php Plugins: Block plugin updates on the update screen if required PHP version is not supported. 2019-03-20 14:59:50 +00:00
update.php
upgrade-functions.php
upgrade.php Install/Upgrade: After [44451], update translator comments to include the new placeholder. 2019-01-27 14:46:55 +00:00
upload.php
user-edit.php Accessibility: Improve the password form buttons accessibility. 2019-03-13 23:37:57 +00:00
user-new.php Accessibility: Improve the password form buttons accessibility. 2019-03-13 23:37:57 +00:00
users.php Users: Introduce users_have_additional_content filter to indicate whether the users being deleted have additional content associated with them outside of the post_author and link_owner relationships. 2019-03-21 20:12:50 +00:00
widgets.php