Changeset 9746
- Timestamp:
- 04/20/2020 07:38:55 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/bb-plugin.php
r9182 r9746 41 41 // Let users log in from the header's form, for now. 42 42 return; 43 } else if ( 'logout' == $_GET['action'] ) {43 } else if ( isset( $_GET['action'] ) && 'logout' == $_GET['action'] ) { 44 44 // Let users log out without a trip to the SSO host. 45 45 return;
Note: See TracChangeset
for help on using the changeset viewer.