Make WordPress Core


Ignore:
Timestamp:
07/09/2023 09:46:24 PM (21 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].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

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

    r55988 r56180  
    201201            }
    202202
    203             // The requested permalink is in $pathinfo for path info requests and
    204             // $req_uri for other requests.
     203            // The requested permalink is in $pathinfo for path info requests and $req_uri for other requests.
    205204            if ( ! empty( $pathinfo ) && ! preg_match( '|^.*' . $wp_rewrite->index . '$|', $pathinfo ) ) {
    206205                $requested_path = $pathinfo;
Note: See TracChangeset for help on using the changeset viewer.