Преглед изворни кода

:recycle: extended excerpts and use css clamp instead

tags/0.9.0
J пре 4 година
родитељ
комит
00a59eda42
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      plugins/cia-endpoints/cia-end-points.php

+ 2
- 2
plugins/cia-endpoints/cia-end-points.php Прегледај датотеку

@@ -100,5 +100,5 @@ add_filter('wp_rest_cache/allowed_endpoints', function () {
100 100
 }, 10, 1);
101 101
 
102 102
 add_filter('excerpt_length', function ($length) {
103
-    return 20;
104
-});
103
+    return 60;
104
+});

Loading…
Откажи
Сачувај