Changeset 45835 for branches/5.2/src/wp-admin/options-discussion.php
- Timestamp:
- 08/19/2019 04:14:38 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/options-discussion.php
r45834 r45835 222 222 <tr> 223 223 <th scope="row"><?php _e( 'Avatar Display' ); ?></th> 224 <td> <fieldset><legend class="screen-reader-text"><span><?php _e( 'Avatar Display' ); ?></span></legend>224 <td> 225 225 <label for="show_avatars"> 226 226 <input type="checkbox" id="show_avatars" name="show_avatars" value="1" <?php checked( $show_avatars, 1 ); ?> /> 227 227 <?php _e( 'Show Avatars' ); ?> 228 228 </label> 229 </ fieldset></td>229 </td> 230 230 </tr> 231 231 <tr class="avatar-settings<?php echo $show_avatars_class; ?>"> … … 256 256 <td class="defaultavatarpicker"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Default Avatar' ); ?></span></legend> 257 257 258 <p> 258 259 <?php _e( 'For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their email address.' ); ?><br /> 260 </p> 259 261 260 262 <?php
Note: See TracChangeset
for help on using the changeset viewer.