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/functions.php

    r9900 r10000  
    191191/**
    192192 * Fetch an App Authorization token for accessing Github Resources.
    193  * 
     193 *
    194194 * This assumes that the Github App will only ever be installed on the @WordPress organization.
    195195 */
     
    230230/**
    231231 * Use some rough heuristics to find the Trac ticket for a given PR.
    232  * 
     232 *
    233233 * TODO: This should probably support multiple Trac Tickets, but once you start to use the final few regexes it can start to match Gutenberg references.
    234234 */
     
    290290/**
    291291 * Formats a PR description for usage on Trac.
    292  * 
     292 *
    293293 * This strips out HTML comments and standard boilerplate text.
    294  * 
     294 *
    295295 * @param object $pr_data PR Data.
    296296 * @return string Stripped down PR Description
Note: See TracChangeset for help on using the changeset viewer.