Skip to content

Commit 09ec01f

Browse files
committed
Remove stray second function argument
1 parent 9bac504 commit 09ec01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/fields/class-acf-field-icon_picker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class="acf-icon-picker-media-library-preview"
232232
$custom_icons = apply_filters( 'acf/fields/icon_picker/' . $name . '/icons', array(), $field );
233233

234234
if ( is_array( $custom_icons ) && ! empty( $custom_icons ) ) {
235-
$this->render_icon_list_tab( $name, $custom_icons );
235+
$this->render_icon_list_tab( $name );
236236

237237
acf_localize_data(
238238
array(

0 commit comments

Comments
 (0)