Skip to content

Commit

Permalink
J5 Source Language update on 2024-04-11
Browse files Browse the repository at this point in the history
  • Loading branch information
joomla-translation-bot committed Apr 11, 2024
1 parent 2b3bff0 commit bc8f08e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions joomla_v5/source/administrator/language/en-GB/localise.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public static function getPluralSuffixes($count)
* @return array An array of ignored search words.
*
* @since 1.6
*
* @deprecated 5.1 will be removed in 7.0 without replacement
*/
public static function getIgnoredSearchWords()
{
Expand All @@ -62,6 +64,8 @@ public static function getIgnoredSearchWords()
* @return integer The lower length limit of search words.
*
* @since 1.6
*
* @deprecated 5.1 will be removed in 7.0 without replacement
*/
public static function getLowerLimitSearchWord()
{
Expand All @@ -74,6 +78,8 @@ public static function getLowerLimitSearchWord()
* @return integer The upper length limit of search words.
*
* @since 1.6
*
* @deprecated 5.1 will be removed in 7.0 without replacement
*/
public static function getUpperLimitSearchWord()
{
Expand All @@ -86,6 +92,8 @@ public static function getUpperLimitSearchWord()
* @return integer The number of chars to display when searching.
*
* @since 1.6
*
* @deprecated 5.1 will be removed in 7.0 without replacement
*/
public static function getSearchDisplayedCharactersNumber()
{
Expand Down

0 comments on commit bc8f08e

Please sign in to comment.