/** * Outputs the comment reply link. Only use outside of `wp_list_comments()`. * * @since 0.9.0 * @access public * @param array $args * @return void */ function omega_comment_reply_link($args = array()) { echo omega_get_comment_reply_link($args); }
/** * @since 0.7.0 * @deprecated 0.9.0 */ function hybrid_comment_reply_link_shortcode($attr) { _deprecated_function(__FUNCTION__, '0.9.0', 'omega_get_comment_reply_link'); return omega_get_comment_reply_link($attr); }