Skip to content

Commit

Permalink
[4.4] Complete joomla#40727
Browse files Browse the repository at this point in the history
joomla#40727 deprecated various search methods in `libraries/src/Language/Language.php`

This PR completes that PR by deprecating their use in the localise.php file
  • Loading branch information
brianteeman committed Feb 26, 2024
1 parent d272577 commit 51255d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions administrator/language/en-GB/localise.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public static function getPluralSuffixes($count)
* @return array An array of ignored search words.
*
* @since 1.6
*
* @deprecated 4.4 will be removed in 6.0 without replacement
*/
public static function getIgnoredSearchWords()
{
Expand All @@ -60,6 +62,8 @@ public static function getIgnoredSearchWords()
* @return integer The lower length limit of search words.
*
* @since 1.6
*
* @deprecated 4.4 will be removed in 6.0 without replacement
*/
public static function getLowerLimitSearchWord()
{
Expand All @@ -72,6 +76,8 @@ public static function getLowerLimitSearchWord()
* @return integer The upper length limit of search words.
*
* @since 1.6
*
* @deprecated 4.4 will be removed in 6.0 without replacement
*/
public static function getUpperLimitSearchWord()
{
Expand All @@ -84,6 +90,8 @@ public static function getUpperLimitSearchWord()
* @return integer The number of chars to display when searching.
*
* @since 1.6
*
* @deprecated 4.4 will be removed in 6.0 without replacement
*/
public static function getSearchDisplayedCharactersNumber()
{
Expand Down

0 comments on commit 51255d3

Please sign in to comment.