Skip to content

Commit 18665b1

Browse files
committed
update: used attr instead of attrs
1 parent 7f77664 commit 18665b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dashboard/account/billing/order-history.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</div>
4343

4444
<?php Pagination::make()
45-
->attrs( array( 'class' => 'tutor-px-6 tutor-py-6 tutor-border-t' ) )
45+
->attr( 'class', 'tutor-px-6 tutor-py-6 tutor-border-t' )
4646
->current( $current_page )
4747
->total( $total_items )
4848
->limit( $item_per_page )

0 commit comments

Comments
 (0)