Docs: Fix minor formatting and syntax for wp-admin/* elements introduced in 4.6.

See #37318.


git-svn-id: https://develop.svn.wordpress.org/trunk@38024 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2016-07-09 13:59:16 +00:00
parent c717040925
commit ea78fbdcdb
6 changed files with 11 additions and 11 deletions

View File

@@ -920,7 +920,7 @@ function wp_admin_canonical_url() {
}
/**
* Output JS that reloads the page if the user navigated to it with the Back or Forward button.
* Outputs JS that reloads the page if the user navigated to it with the Back or Forward button.
*
* Used on the Edit Post and Add New Post screens. Needed to ensure the page is not loaded from browser cache,
* so the post title and editor content are the last saved versions. Ideally this script should run first in the head.