Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-discussion.php

    r46820 r47122  
    221221
    222222<?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?
    224224
    225225$show_avatars       = get_option( 'show_avatars' );
     
    295295$avatar_list     = '';
    296296
    297 // Force avatars on to display these choices
     297// Force avatars on to display these choices.
    298298add_filter( 'pre_option_show_avatars', '__return_true', 100 );
    299299
Note: See TracChangeset for help on using the changeset viewer.