Changeset 819 for plugins/metaseo/trunk/metaseo.plugin.php
- Timestamp:
- 08/25/08 18:16:42 (5 months ago)
- Files:
-
- 1 modified
-
plugins/metaseo/trunk/metaseo.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/metaseo/trunk/metaseo.plugin.php
r670 r819 188 188 $description= $metaseo->append( 'textarea', 'description', 'null:null', 'Description' ); 189 189 $description->value= ( isset( $post->info->metaseo_desc ) ? $post->info->metaseo_desc : '' ); 190 $ $description->template = 'tabcontrol_textarea';190 $description->template = 'tabcontrol_textarea'; 191 191 } 192 192 }
