• /wp-admin/includes/class-wp-application-passwords-list-table.php

    Function:

    public function prepare_items() {
    	global $user_id; //<--- should this be global $user_ID?
    	$this->items = array_reverse( WP_Application_Passwords::get_user_application_passwords( $user_id ) ); //<-- should this be $user_ID?
    }

    Can be found on Line #44-47

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘class referencing global $user_id instead of global $user_ID’ is closed to new replies.