Make WordPress Core


Ignore:
Timestamp:
07/09/2023 07:54:42 PM (14 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].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/menu-header.php

    r55988 r56175  
    227227                        $aria_attributes .= ' aria-current="page"';
    228228                    }
    229                     // If plugin_page is set the parent must either match the current page or not physically exist.
    230                     // This allows plugin pages with the same hook to exist under different parents.
     229                    /*
     230                     * If plugin_page is set the parent must either match the current page or not physically exist.
     231                     * This allows plugin pages with the same hook to exist under different parents.
     232                     */
    231233                } elseif (
    232234                    ( ! isset( $plugin_page ) && $self === $sub_item[2] )
Note: See TracChangeset for help on using the changeset viewer.