Exemplo n.º 1
0
 static function format_most_users()
 {
     return sprintf(__('Most users ever online were <strong>%s</strong>, on <strong>%s</strong>', 'wp-useronline'), number_format_i18n(get_most_users_online()), get_most_users_online_date());
 }
Exemplo n.º 2
0
function get_most_useronline_date()
{
    _deprecated_function(__FUNCTION__, '2.70', 'get_most_users_online()');
    return get_most_users_online_date();
}