Skip to:
Content

BuddyPress.org

Changeset 13576


Ignore:
Timestamp:
09/04/2023 05:21:09 AM (13 months ago)
Author:
imath
Message:

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

All existing Add-ons have been updated so that the contributors: header tag of their readme.txt file has been set to buddypress.

The Request we use to fetch BuddyPress Add-ons in the corresponding Plugin Admin screen will from now on look up for WordPress plugins authored by BuddyPress.

Fixes #8984
Closes https://github.com/buddypress/buddypress/pull/157

File:
1 edited

Legend:

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

    r13533 r13576  
    15551555            'per_page' => 10,
    15561556            'locale'   => get_user_locale(),
    1557             'user'     => 'buddypress',
     1557            'author'   => 'buddypress',
    15581558        );
    15591559    }
Note: See TracChangeset for help on using the changeset viewer.