Making WordPress.org

Changeset 12255


Ignore:
Timestamp:
11/21/2022 08:54:01 PM (22 months ago)
Author:
iandunn
Message:

API: Add docs explaining context and differences from similar file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/profiles/profiles.php

    r11782 r12255  
    11<?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 */
    210
    311namespace Dotorg\Profiles;
Note: See TracChangeset for help on using the changeset viewer.