Ejemplo n.º 1
0
/**
 * Shortcode to display a link back to the site.
 *
 * @since 0.6.0
 * @access public
 * @uses get_bloginfo() Gets information about the install.
 * @return string
 */
function omega_site_link_shortcode()
{
    return omega_get_site_link();
}
Ejemplo n.º 2
0
/**
 * Outputs the link back to the site.
 *
 * @since  0.9.0
 * @access public
 * @return void
 */
function omega_site_link()
{
    echo omega_get_site_link();
}