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/user/wpDropdownUsers.php

    r46586 r47122  
    1313    public function test_default_value_of_show_should_be_display_name() {
    1414
    15         // create a user with a different display_name
     15        // Create a user with a different display_name.
    1616        $u = $this->factory->user->create(
    1717            array(
     
    3737    public function test_show_should_display_display_name_show_is_specified_as_empty() {
    3838
    39         // create a user with a different display_name
     39        // Create a user with a different display_name.
    4040        $u = $this->factory->user->create(
    4141            array(
     
    6363    public function test_show_should_display_user_property_when_the_value_of_show_is_a_valid_user_property() {
    6464
    65         // create a user with a different display_name
     65        // Create a user with a different display_name.
    6666        $u = $this->factory->user->create(
    6767            array(
     
    8989    public function test_show_display_name_with_login() {
    9090
    91         // create a user with a different display_name
     91        // Create a user with a different display_name.
    9292        $u = $this->factory->user->create(
    9393            array(
Note: See TracChangeset for help on using the changeset viewer.