Changeset 1158:9d7267aec27b for inc/admin/class.dc.filter.php
- Timestamp:
- 06/12/13 11:38:49 (12 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.filter.php
r1156 r1158 37 37 /** @var dcCore dotclear core object */ 38 38 protected $core; 39 /** @var boolean true if content is filtered */ 40 protected $filtered; 39 41 40 42 /** … … 770 772 return $this->field; 771 773 } 772 773 774 } 774 775
Note: See TracChangeset
for help on using the changeset viewer.