Changeset 7915 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/bootstrap.php
- Timestamp:
- 11/29/2018 03:19:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/bootstrap.php
r4316 r7915 11 11 12 12 namespace CampTix\Badge_Generator; 13 defined( 'WPINC' ) ordie();13 defined( 'WPINC' ) || die(); 14 14 15 15 const REQUIRED_CAPABILITY = 'manage_options';
Note: See TracChangeset
for help on using the changeset viewer.