Changeset 10150 for trunk/wp-admin/user-edit.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r10046 r10150 24 24 <script type="text/javascript"> 25 25 (function($){ 26 26 27 27 function check_pass_strength () { 28 28 … … 178 178 <div class="wrap" id="profile-page"> 179 179 <?php screen_icon(); ?> 180 <h2><?php echo wp_specialchars( $title ); ?></h2> 180 <h2><?php echo wp_specialchars( $title ); ?></h2> 181 181 182 182 <form id="your-profile" action="" method="post">
Note: See TracChangeset
for help on using the changeset viewer.