Skip to:
Content

BuddyPress.org

Ticket #8382: 8382.patch

File 8382.patch, 647 bytes (added by dilipbheda, 6 years ago)
  • src/bp-core/bp-core-template.php

    diff --git a/src/bp-core/bp-core-template.php b/src/bp-core/bp-core-template.php
    index 9fc92249a..799a69cdc 100644
    a b function bp_create_excerpt( $text, $length = 225, $options = array() ) { 
    988988                         *
    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.
    994994                         * @param array  $options       Array of HTML attributes and options.