Make WordPress Core


Ignore:
Timestamp:
07/09/2023 07:50:52 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.

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

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

    r55988 r56174  
    116116
    117117        if ( current_user_can( 'upload_plugins' ) ) {
    118             // No longer a real tab. Here for filter compatibility.
    119             // Gets skipped in get_views().
     118            /*
     119             * No longer a real tab. Here for filter compatibility.
     120             * Gets skipped in get_views().
     121             */
    120122            $tabs['upload'] = __( 'Upload Plugin' );
    121123        }
Note: See TracChangeset for help on using the changeset viewer.