You are here

function readmorecontrol_smart_trim_compare_items in Read More Control 7

File

./readmorecontrol.module, line 755
Defines options to control how the Read more link is displayed on teasers.

Code

function readmorecontrol_smart_trim_compare_items($items, $context) {
  return readmorecontrol_text_compare_items($items, $context);
}