Changes between Version 1 and Version 2 of Ticket #16980, comment 1
- Timestamp:
- 03/27/2011 01:19:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16980, comment 1
v1 v2 14 14 15 15 {{{ 16 $tags_input = isset( $content_struct mt_keywords?) ? $content_struct[mt_keywords] : null;16 $tags_input = isset( $content_struct[mt_keywords] ) ? $content_struct[mt_keywords] : null; 17 17 }}} 18 18