Skip to content

Commit d66c27c

Browse files
Fall back to original public ID
1 parent 7750ca5 commit d66c27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/class-delivery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ protected function standardize_tag( $tag_element ) {
13501350
'resource_type' => $resource_type,
13511351
);
13521352

1353-
$tag_element['atts']['data-public-id'] = $this->plugin->get_component( 'connect' )->api->get_public_id( $tag_element['id'], $args );
1353+
$tag_element['atts']['data-public-id'] = $this->plugin->get_component( 'connect' )->api->get_public_id( $tag_element['id'], $args, $public_id );
13541354

13551355
return $tag_element;
13561356
}

0 commit comments

Comments
 (0)