File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
administrator/language/en-GB Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ public static function getPluralSuffixes($count)
5050 * @return array An array of ignored search words.
5151 *
5252 * @since 1.6
53+ *
54+ * @deprecated 5.1 will be removed in 7.0 without replacement
5355 */
5456 public static function getIgnoredSearchWords ()
5557 {
@@ -62,6 +64,8 @@ public static function getIgnoredSearchWords()
6264 * @return integer The lower length limit of search words.
6365 *
6466 * @since 1.6
67+ *
68+ * @deprecated 5.1 will be removed in 7.0 without replacement
6569 */
6670 public static function getLowerLimitSearchWord ()
6771 {
@@ -74,6 +78,8 @@ public static function getLowerLimitSearchWord()
7478 * @return integer The upper length limit of search words.
7579 *
7680 * @since 1.6
81+ *
82+ * @deprecated 5.1 will be removed in 7.0 without replacement
7783 */
7884 public static function getUpperLimitSearchWord ()
7985 {
@@ -86,6 +92,8 @@ public static function getUpperLimitSearchWord()
8692 * @return integer The number of chars to display when searching.
8793 *
8894 * @since 1.6
95+ *
96+ * @deprecated 5.1 will be removed in 7.0 without replacement
8997 */
9098 public static function getSearchDisplayedCharactersNumber ()
9199 {
You can’t perform that action at this time.
0 commit comments