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/rewrite/numericSlugs.php

    r46586 r47122  
    3636        );
    3737
    38         // Force an ID that resembles a year format
     38        // Force an ID that resembles a year format.
    3939        $wpdb->update(
    4040            $wpdb->posts,
     
    6666        );
    6767
    68         // Force an ID that resembles a year format
     68        // Force an ID that resembles a year format.
    6969        $wpdb->update(
    7070            $wpdb->posts,
Note: See TracChangeset for help on using the changeset viewer.