Changeset 6789
- Timestamp:
- 02/27/2018 03:22:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/wporg-two-factor.php
r6788 r6789 129 129 return; 130 130 } 131 132 wp_enqueue_style( 'two-factor-login', plugins_url( '/css/login.css', __FILE__ ) );133 131 134 132 $redirect_to = isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : $_SERVER['REQUEST_URI'];
Note: See TracChangeset
for help on using the changeset viewer.