mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
Docs: Add missing description for $pagenow global in various functions.
See #54729, #55499. git-svn-id: https://develop.svn.wordpress.org/trunk@53060 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
/**
|
||||
* Creates common globals for the rest of WordPress
|
||||
*
|
||||
* Sets $pagenow global which is the current page. Checks
|
||||
* for the browser to set which one is currently being used.
|
||||
* Sets $pagenow global which is the filename of the current screen.
|
||||
* Checks for the browser to set which one is currently being used.
|
||||
*
|
||||
* Detects which user environment WordPress is being used on.
|
||||
* Only attempts to check for Apache, Nginx and IIS -- three web
|
||||
|
||||
Reference in New Issue
Block a user