@@ -162,7 +162,7 @@ |
||
162 | 162 | /* |
163 | 163 | * Shared methods |
164 | 164 | */ |
165 | - /** |
|
165 | + /** |
|
166 | 166 | * Checks the src url of the enqueued script/style to determine whether or not to set up a attribute modification callback. |
167 | 167 | * |
168 | 168 | * If it is one of the framework added item, the method sets up a hook to modify the url to add custom attributes. |
@@ -266,7 +266,7 @@ |
||
266 | 266 | * @since 3.8.22 |
267 | 267 | */ |
268 | 268 | static public function getSlicedByDepth( array $aSubject, $iDepth=0, $sMore='(array truncated) ...' ) { |
269 | - return self::_getSlicedByDepth( $aSubject, $iDepth, $sMore ); |
|
269 | + return self::_getSlicedByDepth( $aSubject, $iDepth, $sMore ); |
|
270 | 270 | } |
271 | 271 | |
272 | 272 | /** |
@@ -272,8 +272,8 @@ discard block |
||
272 | 272 | 'href' => empty( $aArguments[ 'disabled' ] ) |
273 | 273 | ? null |
274 | 274 | : '#TB_inline?width=' . $aArguments[ 'disabled' ][ 'box_width' ] |
275 | - . '&height=' . $aArguments[ 'disabled' ][ 'box_height' ] |
|
276 | - . '&inlineId=' . 'repeatable_field_disabled_' . $sFieldsContainerID, |
|
275 | + . '&height=' . $aArguments[ 'disabled' ][ 'box_height' ] |
|
276 | + . '&inlineId=' . 'repeatable_field_disabled_' . $sFieldsContainerID, |
|
277 | 277 | ); |
278 | 278 | return $this->getAttributes( $_sPlusButtonAttributes ); |
279 | 279 | } |
@@ -285,7 +285,7 @@ discard block |
||
285 | 285 | private function ___getRemoveButtonAttributes( $sFieldsContainerID, $sSmallButtonSelector, $iFieldCount ) { |
286 | 286 | $_aMinusButtonAttributes = array( |
287 | 287 | 'class' => 'repeatable-field-remove-button button-secondary repeatable-field-button button' |
288 | - . $sSmallButtonSelector, |
|
288 | + . $sSmallButtonSelector, |
|
289 | 289 | 'title' => $this->oMsg->get( 'remove' ), |
290 | 290 | 'style' => $iFieldCount <= 1 |
291 | 291 | ? 'visibility: hidden' |