Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 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/tests/phpunit/tests/xmlrpc/wp/setOptions.php

    r46586 r47122  
    1111        $this->make_user_by_role( 'administrator' );
    1212        $string_with_quote         = "Mary's Lamb Shop";
    13         $escaped_string_with_quote = esc_html( $string_with_quote ); // title is passed through esc_html()
     13        $escaped_string_with_quote = esc_html( $string_with_quote ); // Title is passed through esc_html().
    1414
    1515        update_option( 'default_comment_status', 'closed' );
Note: See TracChangeset for help on using the changeset viewer.