@@ -173,6 +173,7 @@ discard block |
||
173 | 173 | * Returns the repeatable fields script. |
174 | 174 | * |
175 | 175 | * @since 2.1.3 |
176 | + * @param string $sFieldsContainerID |
|
176 | 177 | */ |
177 | 178 | protected function _getRepeaterFieldEnablerScript( $sFieldsContainerID, $iFieldCount, $aSettings ) { |
178 | 179 | |
@@ -261,6 +262,7 @@ discard block |
||
261 | 262 | /** |
262 | 263 | * @since 3.8.13 |
263 | 264 | * @param array $aArguments |
265 | + * @param string $sSmallButtonSelector |
|
264 | 266 | * @return string |
265 | 267 | */ |
266 | 268 | private function ___getAddButtonAttribtes( $aArguments, $sFieldsContainerID, $sSmallButtonSelector ) { |
@@ -279,7 +281,7 @@ discard block |
||
279 | 281 | } |
280 | 282 | /** |
281 | 283 | * @since 3.8.13 |
282 | - * @param array $aArguments |
|
284 | + * @param string $sSmallButtonSelector |
|
283 | 285 | * @return string |
284 | 286 | */ |
285 | 287 | private function ___getRemoveButtonAttributes( $sFieldsContainerID, $sSmallButtonSelector, $iFieldCount ) { |
@@ -323,6 +325,7 @@ discard block |
||
323 | 325 | * Returns the sortable fields script. |
324 | 326 | * |
325 | 327 | * @since 3.0.0 |
328 | + * @param string $sFieldsContainerID |
|
326 | 329 | */ |
327 | 330 | protected function _getSortableFieldEnablerScript( $sFieldsContainerID ) { |
328 | 331 |
@@ -146,6 +146,7 @@ discard block |
||
146 | 146 | /** |
147 | 147 | * @since 3.8.9 |
148 | 148 | * @since 3.8.22 Renamed from `_getLegibleValue()`. |
149 | + * @param integer $iStringLengthLimit |
|
149 | 150 | * @return string |
150 | 151 | */ |
151 | 152 | static private function ___getLegibleDetailedValue( $mItem, $iStringLengthLimit ) { |
@@ -314,6 +315,7 @@ discard block |
||
314 | 315 | /** |
315 | 316 | * Performs `array_map()` recursively. |
316 | 317 | * @remark Accepts arguments. |
318 | + * @param string[] $oCallable |
|
317 | 319 | * @return array |
318 | 320 | * @since 3.8.9 |
319 | 321 | */ |