Make WordPress Core

Changeset 61319


Ignore:
Timestamp:
11/28/2025 09:22:49 PM (5 months ago)
Author:
westonruter
Message:

Twenty Twenty: Fix typo and improve param description for twentytwenty_read_more_tag().

Follow-up to [61302].

Props sabernhardt.
See #64277, #64224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/functions.php

    r61317 r61319  
    636636 *
    637637 * @param string $html The default output HTML for the more tag.
    638  * @return string The the read more link wrapped in a `div`.
     638 * @return string Read More link element, wrapped in a `div`.
    639639 */
    640640function twentytwenty_read_more_tag( $html ) {
Note: See TracChangeset for help on using the changeset viewer.