Skip to content

Commit 369e5a2

Browse files
authored
Merge pull request #5877 from krupal-panchal/updated-doc-block-for-admin-php
Updated Doc Block for Admin.php
2 parents e5b8f05 + f9b3015 commit 369e5a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

php/WP_CLI/Context/Admin.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ private function log_in_as_admin_user() {
8888
* To make this work across WordPress versions, we use the actual file and
8989
* modify it on-the-fly.
9090
*
91+
* @global string $hook_suffix
92+
* @global string $pagenow
93+
* @global int $wp_db_version
94+
* @global array $_wp_submenu_nopriv
95+
*
9196
* @return void
9297
*/
9398
private function load_admin_environment() {

0 commit comments

Comments
 (0)