Changeset 6775 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/wporg-two-factor.php
- Timestamp:
- 02/26/2018 10:32:30 PM (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
r6762 r6775 223 223 */ 224 224 public static function user_two_factor_options( $user ) { 225 if ( ! function_exists( 'is_caped' ) || ! is_caped() ) { 226 return; 227 } 228 225 229 wp_enqueue_script( 'two-factor-edit', plugins_url( 'js/profile-edit.js' , __FILE__ ), [ 'jquery' ], 1, true ); 226 230 wp_localize_script( 'two-factor-edit', 'two_factor_edit', array(
Note: See TracChangeset
for help on using the changeset viewer.