- Timestamp:
- 07/03/2020 03:11:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/trac/pr/functions.php
r9900 r10000 191 191 /** 192 192 * Fetch an App Authorization token for accessing Github Resources. 193 * 193 * 194 194 * This assumes that the Github App will only ever be installed on the @WordPress organization. 195 195 */ … … 230 230 /** 231 231 * Use some rough heuristics to find the Trac ticket for a given PR. 232 * 232 * 233 233 * 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. 234 234 */ … … 290 290 /** 291 291 * Formats a PR description for usage on Trac. 292 * 292 * 293 293 * This strips out HTML comments and standard boilerplate text. 294 * 294 * 295 295 * @param object $pr_data PR Data. 296 296 * @return string Stripped down PR Description
Note: See TracChangeset
for help on using the changeset viewer.