Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/19/2023 01:07:13 AM (2 years ago)
Author:
espellcaste
Message:

Adding PHPDoc Improvements to the Blogs (component) files.

Props imath

Closes https://github.com/buddypress/buddypress/pull/56
See #8553

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-filters.php

    r12906 r13405  
    2626 * @since 1.6.0
    2727 *
    28  *       returned value.
    29  *
    3028 * @param string $url The original URL (points to wp-signup.php by default).
    3129 * @return string The new URL.
     
    3836     * @since 1.6.0
    3937     *
    40      * @param string $value URL for the 'Create a new site' signup page.
     38     * @param string $permalink URL for the 'Create a new site' signup page.
     39     * @param string $url       The original URL (points to wp-signup.php by default).
    4140     */
    4241    return apply_filters( 'bp_blogs_creation_location', trailingslashit( bp_get_blogs_directory_permalink() . 'create' ), $url );
Note: See TracChangeset for help on using the changeset viewer.