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/classes/class-bp-blogs-blog.php

    r13372 r13405  
    8181         * @since 1.0.0
    8282         *
    83          * @param int $value User ID.
    84          * @param int $value Site ID.
     83         * @param int $user_id User ID.
     84         * @param int $site_id Site ID.
    8585         */
    8686        $this->user_id = apply_filters( 'bp_blogs_blog_user_id_before_save', $this->user_id, $this->id );
     
    9191         * @since 1.0.0
    9292         *
    93          * @param int $value Blog ID.
    94          * @param int $value Site ID.
     93         * @param int $blog_id Blog ID.
     94         * @param int $site_id Site ID.
    9595         */
    9696        $this->blog_id = apply_filters( 'bp_blogs_blog_id_before_save', $this->blog_id, $this->id );
Note: See TracChangeset for help on using the changeset viewer.