Changes between Version 2 and Version 4 of Ticket #16980
- Timestamp:
- 03/27/2011 03:54:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16980 – Description
v2 v4 13 13 14 14 {{{ 15 $tags_input = isset( $content_struct mt_keywords?) ? $content_struct[mt_keywords] : null;15 $tags_input = isset( $content_struct[mt_keywords] ) ? $content_struct[mt_keywords] : null; 16 16 }}} 17 17