Changeset 7960
- Timestamp:
- 12/09/2018 07:00:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/0-slack.php
r7855 r7960 7 7 defined( 'WPINC' ) or die(); 8 8 9 require_once( __DIR__ . '/includes/slack/send.php' ); 9 if( is_readable( __DIR__ . '/includes/slack/send.php' ) ) { 10 require_once( __DIR__ . '/includes/slack/send.php' ); 11 }
Note: See TracChangeset
for help on using the changeset viewer.