Changeset 32974 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 06/27/2015 03:40:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r32799 r32974 203 203 204 204 <div class="wrap" id="profile-page"> 205 <h 2>205 <h1> 206 206 <?php 207 207 echo esc_html( $title ); … … 213 213 <?php } 214 214 } ?> 215 </h 2>215 </h1> 216 216 <form id="your-profile" action="<?php echo esc_url( self_admin_url( IS_PROFILE_PAGE ? 'profile.php' : 'user-edit.php' ) ); ?>" method="post" novalidate="novalidate"<?php 217 217 /**
Note: See TracChangeset
for help on using the changeset viewer.