Changeset 415:14f70d8abc9f for plugins/attachments
- Timestamp:
- 06/26/11 21:31:21 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/attachments/_public.php
r414 r415 114 114 } 115 115 116 if ( !empty($if)) {116 if (count($if) != 0) { 117 117 return '<?php if('.implode(' '.$operator.' ', (array) $if).') : ?>'.$content.'<?php endif; ?>'; 118 118 } else {
Note: See TracChangeset
for help on using the changeset viewer.