// EOF; } /** * Wraps content in Amazon proprietary HTML comments tag * * Context links are added by Amazon engine only between those parts. * * @author oncletom * @version 2.0 * @since 1.3 * @return $html String Filtered HTML * @param $html String Post/page content to filter */ function filterContextLinks($html) { return ''. $html. ''; } }