File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -482,10 +482,10 @@ public function getFilteredContent()
482
482
/**
483
483
* Retrieve short filtered content
484
484
* @param mixed $len
485
- * @param mixed $endСharacters
485
+ * @param mixed $endCharacters
486
486
* @return string
487
487
*/
488
- public function getShortFilteredContent ($ len = null , $ endСharacters = null )
488
+ public function getShortFilteredContent ($ len = null , $ endCharacters = null )
489
489
{
490
490
/* Fix for custom themes that send wrong parameters to this function, and that brings the error */
491
491
if (is_object ($ len )) {
@@ -503,7 +503,7 @@ public function getShortFilteredContent($len = null, $endСharacters = null)
503
503
$ content = (string )$ this ->getContent () ?: '' ;
504
504
}
505
505
506
- $ content = $ this ->getShortContentExtractor ()->execute ($ content , $ len , $ endСharacters );
506
+ $ content = $ this ->getShortContentExtractor ()->execute ($ content , $ len , $ endCharacters );
507
507
508
508
$ this ->setData ($ key , $ content );
509
509
}
You can’t perform that action at this time.
0 commit comments