correct simbol eng version

This commit is contained in:
2022-01-11 23:06:02 +03:00
parent 4d88d4133f
commit f89bd9d939
11 changed files with 77 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ function filterHtml($html) {
date_default_timezone_set('Europe/Moscow');
$posts = get_posts( array(
'numberposts' => 25,
'numberposts' => 20,
'category' => 2,
'orderby' => 'date',
'order' => 'DESC',