Changeset 5904
- Timestamp:
- 08/10/2015 02:55:02 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/admin.php
r5903 r5904 636 636 637 637 // Color schemes are not available when running out of src 638 if ( false !== strpos( $GLOBALS['wp_version'], '-src' ) ) {638 if ( false !== strpos( plugin_basename( bbpress()->file ), 'src' ) ) { 639 639 return; 640 640 }
Note: See TracChangeset
for help on using the changeset viewer.