Kaynağa Gözat

:recycle: extended excerpts and use css clamp instead

tags/0.9.0
J 4 yıl önce
ebeveyn
işleme
00a59eda42
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      plugins/cia-endpoints/cia-end-points.php

+ 2
- 2
plugins/cia-endpoints/cia-end-points.php Dosyayı Görüntüle

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

Loading…
İptal
Kaydet