htmlform: Use `::isValidRange()` instead of deprecated `::isValidBlock()`
authorDerick Alangi <alangiderick@gmail.com>
Thu, 9 May 2019 14:27:43 +0000 (15:27 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 9 May 2019 16:36:05 +0000 (16:36 +0000)
commitf97a7a93d49f5e05a9542dffa32cf3f9225375e2
treeed9a78dc01d440ea88479db83734b185b64e1501
parent34d2b3aa238754621462cfaa10aa45c7751bf9a8
htmlform: Use `::isValidRange()` instead of deprecated `::isValidBlock()`

Only 1 usage of this call in everywhere, see usage below. Once this is merged,
the method can be hard deprecated and later killed.

Usage
=====

https://codesearch.wmflabs.org/search/?q=%5CbisValidBlock%5Cb&i=nope&files=&repos=

Change-Id: Ic00f760a0a214faba7a71dd088da1dc25ecb796c
includes/htmlform/fields/HTMLUserTextField.php