Changeset 15646
- Timestamp:
- Jun 12, 2012, 12:12:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/typetags/typetags.php
r15149 r15646 6 6 function typetags_render($tag) 7 7 { 8 global $pwg_loaded_plugins; 8 global $pwg_loaded_plugins, $page; 9 10 if ( defined('IN_ADMIN') and in_array($page['page'], array('photo', 'batch_manager')) ) 11 { 12 return $tag; 13 } 9 14 10 15 $query = '
Note: See TracChangeset
for help on using the changeset viewer.