Make WordPress Core


Ignore:
Timestamp:
07/09/2023 08:05:43 PM (17 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].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin-install.php

    r55276 r56176  
    487487            } else {
    488488                $key = array_keys( $installed_plugin );
    489                 // Use the first plugin regardless of the name.
    490                 // Could have issues for multiple plugins in one directory if they share different version numbers.
     489                /*
     490                 * Use the first plugin regardless of the name.
     491                 * Could have issues for multiple plugins in one directory if they share different version numbers.
     492                 */
    491493                $key = reset( $key );
    492494
Note: See TracChangeset for help on using the changeset viewer.