We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5b8f05 + f9b3015 commit 369e5a2Copy full SHA for 369e5a2
php/WP_CLI/Context/Admin.php
@@ -88,6 +88,11 @@ private function log_in_as_admin_user() {
88
* To make this work across WordPress versions, we use the actual file and
89
* modify it on-the-fly.
90
*
91
+ * @global string $hook_suffix
92
+ * @global string $pagenow
93
+ * @global int $wp_db_version
94
+ * @global array $_wp_submenu_nopriv
95
+ *
96
* @return void
97
*/
98
private function load_admin_environment() {
0 commit comments