Ticket #32286: 32286-form.diff
| File 32286-form.diff, 758 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/user-edit.php
374 374 </select> 375 375 </td> 376 376 </tr> 377 <?php if( IS_PROFILE_PAGE ) : ?> 378 <tr class="user-profile-picture"> 379 <th><?php _e( 'Profile Picture' ) ?></th> 380 <td> 381 <?php 382 echo get_avatar( $user_id ); 383 384 /* translators: %s: link to Gravatar. */ 385 $gravatar_link = sprintf( '<a href="%s">Gravatar</a>', __( 'https://en.gravatar.com/' ) ); ?> 386 387 <p class="description"><?php printf( __( 'You can change your profile picture on %s.' ), $gravatar_link ); ?></p> 388 389 </td> 390 </tr> 391 <?php endif; ?> 377 392 </table> 378 393 379 394 <h2><?php _e( 'Contact Info' ); ?></h2>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)