Making WordPress.org


Ignore:
Timestamp:
07/03/2020 03:11:38 AM (4 years ago)
Author:
dd32
Message:

Pinking shears, 10000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/dotorg/trac/pr/class-trac.php

    r9370 r10000  
    2828    /**
    2929     * Update a Trac ticket to add a comment, or alter ticket properties.
    30      * 
     30     *
    3131     * To set the Author or Time of a comment, the Trac API user must have TICKET_ADMIN priv.
    3232     */
     
    9696            'timeout'       => 5,
    9797            'ignore_errors' => true,
    98             'header'        => 
     98            'header'        =>
    9999                [
    100100                    'Content-Type: application/json',
     
    129129    /**
    130130     * Call the Back-channel WordPress Trac API.
    131      * 
     131     *
    132132     * For valid $methods to call, see: https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-db.php
    133133     */
Note: See TracChangeset for help on using the changeset viewer.