Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions 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