Make WordPress Core


Ignore:
Timestamp:
09/18/2024 12:12:52 AM (3 months ago)
Author:
jeremyfelt
Message:

Application Passwords: Add copy button when adding new password.

Props circlecube, dhruvang21, ironprogrammer, desrosj.
Fixes #62019.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r59033 r59046  
    12141214    $scripts->set_translations( 'auth-app' );
    12151215
    1216     $scripts->add( 'user-profile', "/wp-admin/js/user-profile$suffix.js", array( 'jquery', 'password-strength-meter', 'wp-util' ), false, 1 );
     1216    $scripts->add( 'user-profile', "/wp-admin/js/user-profile$suffix.js", array( 'clipboard', 'jquery', 'password-strength-meter', 'wp-util', 'wp-a11y' ), false, 1 );
    12171217    $scripts->set_translations( 'user-profile' );
    12181218    $user_id = isset( $_GET['user_id'] ) ? (int) $_GET['user_id'] : 0;
Note: See TracChangeset for help on using the changeset viewer.