/**
 * Displays a link to the parent theme URI.
 *
 * @author Justin Tadlock <*****@*****.**>
 * @author Cherry Team <*****@*****.**>
 * @since  4.0.0
 * @return void
 */
function cherry_theme_link()
{
    /**
     * Filter the displayed the link to the parent theme URI.
     *
     * @since 4.0.0
     */
    echo apply_filters('cherry_theme_link', cherry_get_theme_link());
}
/**
 * Display a link to the parent theme URI.
 *
 * @author Justin Tadlock <*****@*****.**>
 * @author Cherry Team <*****@*****.**>
 * @since  4.0.0
 * @return void
 */
function cherry_theme_link()
{
    echo cherry_get_theme_link();
}