Changeset 47122 for trunk/src/wp-admin/options-discussion.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-discussion.php
r46820 r47122 221 221 222 222 <?php 223 // the above would be a good place to link to codex documentation on the gravatar functions, for putting it in themes. anything like that?223 // The above would be a good place to link to the documentation on the Gravatar functions, for putting it in themes. Anything like that? 224 224 225 225 $show_avatars = get_option( 'show_avatars' ); … … 295 295 $avatar_list = ''; 296 296 297 // Force avatars on to display these choices 297 // Force avatars on to display these choices. 298 298 add_filter( 'pre_option_show_avatars', '__return_true', 100 ); 299 299
Note: See TracChangeset
for help on using the changeset viewer.