Changeset 28845
- Timestamp:
- 06/26/2014 02:13:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r27739 r28845 44 44 if ( ! defined( 'CUSTOM_TAGS' ) ) 45 45 define( 'CUSTOM_TAGS', false ); 46 47 // Ensure that these variables are added to the global namespace 48 // (e.g. if using namespaces / autoload in the current PHP environment). 49 global $allowedposttags, $allowedtags, $allowedentitynames; 46 50 47 51 if ( ! CUSTOM_TAGS ) {
Note: See TracChangeset
for help on using the changeset viewer.