@demon_ru
4 years, 4 months ago
With default 2020 theme is the same error with the same stack. What else can i check? How to localize an error?
8 years, 4 months ago
url 🙁
8 years, 5 months ago
I think it will be better:
$is_single = false; if ( ! is_array( $user_ids ) ) { $user_ids = wp_parse_id_list( $user_ids ); $is_single = count($user_ids) == 0; }