Changeset 11668 for sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php
- Timestamp:
- 03/11/2022 09:41:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php
r11374 r11668 30 30 $this->api = new Trac_Notifications_HTTP_Client( $this->trac_url() . '/wpapi', TRAC_NOTIFICATIONS_API_KEY ); 31 31 32 if ( 'core' === $trac ) {32 if ( 'core' === $trac || 'meta' === $trac ) { 33 33 require __DIR__ . '/trac-components.php'; 34 34 $this->components = new Make_Core_Trac_Components( $this->api );
Note: See TracChangeset
for help on using the changeset viewer.