Make WordPress Core


Ignore:
Timestamp:
12/10/2021 08:28:27 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the format of some comments per the documentation standards.

Follow-up to [10357], [10939], [43309], [51003], [51266], [51653], [51738], [52110].

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/option/sanitize-option.php

    r52294 r52352  
    156156            array( '/%year%/%monthnum%/%day%/%postname%/', '/%year%/%monthnum%/%day%/%postname%/', true ),
    157157            array( '/%year/%postname%/', '/%year/%postname%/', true ),
    158             array( new WP_Error( 'wpdb_get_table_charset_failure' ), false, false ), // ticket 53986
     158            array( new WP_Error( 'wpdb_get_table_charset_failure' ), false, false ), // @ticket 53986
    159159        );
    160160    }
Note: See TracChangeset for help on using the changeset viewer.