예제 #1
0
/**
 * Check if the web service is running on Nginx
 *
 * @deprecated 1.6.1
 * @deprecated use YMBESEO_Utils::is_nginx()
 * @see        YMBESEO_Utils::is_nginx()
 *
 * @return bool
 */
function YMBESEO_is_nginx()
{
    _deprecated_function(__FUNCTION__, 'WPSEO 1.6.1', 'YMBESEO_Utils::is_nginx()');
    return YMBESEO_Utils::is_nginx();
}