Skip to content

Commit bd78761

Browse files
committed
Changed Ukrainian С to English C
1 parent 7e7165e commit bd78761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Model/Post.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,10 +482,10 @@ public function getFilteredContent()
482482
/**
483483
* Retrieve short filtered content
484484
* @param mixed $len
485-
* @param mixed $endСharacters
485+
* @param mixed $endCharacters
486486
* @return string
487487
*/
488-
public function getShortFilteredContent($len = null, $endСharacters = null)
488+
public function getShortFilteredContent($len = null, $endCharacters = null)
489489
{
490490
/* Fix for custom themes that send wrong parameters to this function, and that brings the error */
491491
if (is_object($len)) {
@@ -503,7 +503,7 @@ public function getShortFilteredContent($len = null, $endСharacters = null)
503503
$content = (string)$this->getContent() ?: '';
504504
}
505505

506-
$content = $this->getShortContentExtractor()->execute($content, $len, $endСharacters);
506+
$content = $this->getShortContentExtractor()->execute($content, $len, $endCharacters);
507507

508508
$this->setData($key, $content);
509509
}

0 commit comments

Comments
 (0)