Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/26/2020 07:32:16 PM (4 years ago)
Author:
imath
Message:

Core: improve the inline doc. of the bp_create_excerpt filter

Use the right variable name for the first argument of the filter.

Props dilipbheda

Fixes #8382

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-template.php

    r12588 r12769  
    989989             * @since 1.1.0
    990990             *
    991              * @param string $truncate      Generated excerpt.
     991             * @param string $text          Generated excerpt.
    992992             * @param string $original_text Original text provided.
    993993             * @param int    $length        Length of returned string, including ellipsis.
Note: See TracChangeset for help on using the changeset viewer.