Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2016 12:13:46 AM (10 years ago)
Author:
tw2113
Message:

Adds PHPDocs to missed filters in the blogs component.

File:
1 edited

Legend:

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

    r10971 r11237  
    625625                bp_blogs_record_activity( array(
    626626                        'user_id'      => $recorded_blog->user_id,
     627
     628                        /**
     629                         * Filters the activity created blog primary link.
     630                         *
     631                         * @since 1.1.0
     632                         *
     633                         * @param string $value Blog primary link.
     634                         * @param int    $value Blog ID.
     635                         */
    627636                        'primary_link' => apply_filters( 'bp_blogs_activity_created_blog_primary_link', bp_blogs_get_blogmeta( $recorded_blog->blog_id, 'url' ), $recorded_blog->blog_id ),
    628637                        'type'         => 'new_blog',
Note: See TracChangeset for help on using the changeset viewer.