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());
 }
Exemple #2
0
function get_most_useronline()
{
    _deprecated_function(__FUNCTION__, '2.70', 'get_most_users_online()');
    return get_most_users_online();
}