Making WordPress.org


Ignore:
Timestamp:
04/03/2020 04:55:32 AM (5 years ago)
Author:
dd32
Message:

Trac: Enable GitHub PR support for Meta Trac.

See https://github.com/WordPress/wordpress.org/pull/4.
See #4903.

Location:
sites/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk

    • Property svn:global-ignores set to
      .gitignore
      .git
  • sites/trunk/api.wordpress.org/public_html/dotorg/trac/pr/functions.php

    r9564 r9695  
    177177    // For now, we assume everything is destined for the Core Trac.
    178178    switch ( $pr->base->repo->full_name ) {
     179        case 'WordPress/wordpress.org':
     180            $trac = 'meta';
     181            break;
    179182        case 'WordPress/wordpress-develop':
    180183        default:
Note: See TracChangeset for help on using the changeset viewer.