Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/19/2023 10:02:32 PM (3 years ago)
Author:
imath
Message:

Use the author field to query Add-ons via the WP.org Plugin API

Backports [13576] to branch 11.0.

See #8984
See #9007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/11.0/src/bp-core/classes/class-bp-admin.php

    r13412 r13612  
    15311531                        'per_page' => 10,
    15321532                        'locale'   => get_user_locale(),
    1533                         'user'     => 'buddypress',
     1533                        'author'   => 'buddypress',
    15341534                );
    15351535        }
Note: See TracChangeset for help on using the changeset viewer.