Matt agreed but Classifieds is what was brought up and naturally if I look for coding mistakes in Reviewpost Classifieds is the place to compare. Look for lots of Changes when 3.0 comes along
Actually I think you discovered a bug in Photopost

. That would be my opinion.
$desc = convert_markups( $desc );
if ( VB3_ENHANCEDINT != "on" ) $desc = convert_returns( $desc );
Beings this whole discussion has been on people in vb3 naturally assuming everything in Photopost is WYSIWYG and I think thats why Michael modified this in Photopost to prevent people from treating uploads the same way as comments he just added it to prevent people thinking its a bug.
However dont we assume that should be
$desc = convert_markups( $desc );
if ( VB3_COMMWYSIWYG != "on" ) $desc = convert_returns( $desc );
A matter of opinion I guess. If you turn off WYSIWYG in
VB then you get the convert returns so why should we not do the same in ours. Not really a biggy already passed along.