X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FBlock.php;h=c5a16fcea6dc8ee4bff54c66258e63cfb4b4fde7;hb=722b6d6e9545c9a5907254206303ee4ba3018927;hp=2cbf2d70e793ff297bee32bbb0a2c589df30e1c4;hpb=b4515778335bc222251dd31c9e7a5d15640de7dd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Block.php b/includes/Block.php index 2cbf2d70e7..c5a16fcea6 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -123,7 +123,7 @@ class Block { array_slice( array_keys( $defaults ), 0, func_num_args() ), func_get_args() ); - //wfDeprecated( __METHOD__ . ' with multiple arguments', '1.26' ); + wfDeprecated( __METHOD__ . ' with multiple arguments', '1.26' ); } $options += $defaults;