Make WordPress Core


Ignore:
Timestamp:
04/01/2011 08:40:16 PM (14 years ago)
Author:
azaozz
Message:

Fix display of apostrophes in the user's first and last names on the User Profile page, partial props andrewryno, see #17004

File:
1 edited

Legend:

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

    r17565 r17587  
    260260    ) );
    261261
    262     $scripts->add( 'user-profile', "/wp-admin/js/user-profile$suffix.js", array( 'jquery', 'password-strength-meter' ), '20110113' );
     262    $scripts->add( 'user-profile', "/wp-admin/js/user-profile$suffix.js", array( 'jquery', 'password-strength-meter' ), '20110401' );
    263263    $scripts->add_data( 'user-profile', 'group', 1 );
    264264
Note: See TracChangeset for help on using the changeset viewer.