Changeset 322
- Timestamp:
- 01/29/2014 05:01:44 AM (11 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php
r317 r322 1 1 <?php 2 2 /* Plugin Name: Trac Notifications 3 * Description: Adds notifications endpoints for Trac, as well as notification management.3 * Description: Adds notifications endpoints for Trac, as well as notification and component management. 4 4 * Author: Nacin 5 5 * Version: 1.1 … … 26 26 add_action( 'template_redirect', array( $this, 'action_template_redirect' ) ); 27 27 add_shortcode( 'trac-notifications', array( $this, 'notification_settings_page' ) ); 28 if ( 'core' === $trac ) { 29 require __DIR__ . '/trac-components.php'; 30 } 28 31 } 29 32
Note: See TracChangeset
for help on using the changeset viewer.