Make WordPress Core


Ignore:
Timestamp:
07/10/2023 10:36:06 PM (19 months ago)
Author:
audrasjb
Message:

Docs: Replace multiple single line comments with multi-line comments.

This changeset updates various comments as per WordPress PHP Inline Documentation Standards.
See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#5-inline-comments.

Follow-up to [56174], [56175], [56176], [56177], [56178], [56179], [56180].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/meta.php

    r55826 r56191  
    911911        $object_id    = $meta->{$column};
    912912
    913         // If a new meta_key (last parameter) was specified, change the meta key,
    914         // otherwise use the original key in the update statement.
     913        /*
     914         * If a new meta_key (last parameter) was specified, change the meta key,
     915         * otherwise use the original key in the update statement.
     916         */
    915917        if ( false === $meta_key ) {
    916918            $meta_key = $original_key;
Note: See TracChangeset for help on using the changeset viewer.