Make WordPress Core

Changeset 46730


Ignore:
Timestamp:
11/13/2019 01:44:00 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in @return value for PO::trim_quotes().

Props diddledan.
Fixes #48572.

File:
1 edited

Legend:

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

    r42746 r46730  
    494494        /**
    495495         * @param string $s
    496          * @return sring
     496         * @return string
    497497         */
    498498        public static function trim_quotes( $s ) {
Note: See TracChangeset for help on using the changeset viewer.