Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 05:45:18 PM (2 years ago)
Author:
espellcaste
Message:

PHPDoc: Correct placement of @since tags.

The @since tag should added before @global, @param, and @return.

Props shailu25
Closes https://github.com/buddypress/buddypress/pull/310
See #9164
Fixes #9168

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-user-query.php

    r13887 r13896  
    244244         * Prepare the query for user_ids.
    245245         *
     246         * @since 1.7.0
     247         *
    246248         * @global wpdb $wpdb WordPress database object.
    247          *
    248          * @since 1.7.0
    249249         */
    250250        public function prepare_user_ids_query() {
     
    538538         * Also used to quickly perform user total counts.
    539539         *
     540         * @since 1.7.0
     541         *
    540542         * @global wpdb $wpdb WordPress database object.
    541          *
    542          * @since 1.7.0
    543543         */
    544544        public function do_user_ids_query() {
Note: See TracChangeset for help on using the changeset viewer.