Make WordPress Core

Changeset 49106


Ignore:
Timestamp:
10/08/2020 09:25:01 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Twenty Ten: Docs: Fix typo in twentyten_custom_excerpt_more() DocBlock.

Update @return tag for twentyten_auto_excerpt_more() for consistency with Twenty Eleven.

See #51477, #50768.

File:
1 edited

Legend:

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

    r48825 r49106  
    342342 *
    343343 * @param string $more The Read More text.
    344  * @return string An ellipsis.
     344 * @return string The filtered Read More text.
    345345 */
    346346function twentyten_auto_excerpt_more( $more ) {
     
    360360 * @since Twenty Ten 1.0
    361361 *
    362  * @param string $output The "Coninue Reading" link.
     362 * @param string $output The "Continue Reading" link.
    363363 * @return string Excerpt with a pretty "Continue Reading" link.
    364364 */
Note: See TracChangeset for help on using the changeset viewer.