Make WordPress Core

Changeset 59333


Ignore:
Timestamp:
10/31/2024 11:24:29 PM (3 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @param tag in untrailingslashit() to match the parameter name.

Follow-up to [54927].

Props justlevine.
See #52217, #62281.

File:
1 edited

Legend:

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

    r59165 r59333  
    28132813 * @since 2.2.0
    28142814 *
    2815  * @param string $text Value from which trailing slashes will be removed.
     2815 * @param string $value Value from which trailing slashes will be removed.
    28162816 * @return string String without the trailing slashes.
    28172817 */
Note: See TracChangeset for help on using the changeset viewer.