Make WordPress Core


Ignore:
Timestamp:
12/10/2021 08:28:27 PM (4 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/user.php

    r52010 r52352  
    19101910     */
    19111911    public function filter_custom_meta( $meta_input ) {
    1912         // Update some meta inputs
     1912        // Update some meta inputs.
    19131913        $meta_input['test_meta_key'] = 'update_from_filter';
    1914         // Add a new meta
     1914        // Add a new meta.
    19151915        $meta_input['new_meta_from_filter'] = 'new_from_filter';
    19161916
Note: See TracChangeset for help on using the changeset viewer.