Changeset 12255
- Timestamp:
- 11/21/2022 08:54:01 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/profiles/profiles.php
r11782 r12255 1 1 <?php 2 3 /* 4 * This provide an interface to add/remove badges and activity entries from profiles.w.org. 5 * It uses Requests directly because WP often isn't loaded in endpoints. 6 * 7 * See `w.org/public_html/wp-content/mu-plugins/pub/profile-helpers.php` for a similar interface that is tailored 8 * to WP environments. 9 */ 2 10 3 11 namespace Dotorg\Profiles;
Note: See TracChangeset
for help on using the changeset viewer.