Skip to content

Commit

Permalink
PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Urien committed Jul 17, 2024
1 parent 15ebf83 commit e40fda9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions includes/admin/class-wc-accommodation-booking-admin-panels.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,13 @@ public function product_type_options( $options ) {
return $options;
}

/**
* Loads the HTML that is used to display the actual tab navigation
*/

/**
* Add tab entries definition
*
* @param array $tabs List of tabs.
* @return array
*/
public function add_tabs( $tabs ) {
$tabs['accommodation_bookings_pricing'] = array(
'label' => __( 'Rates', 'woocommerce-accommodation-bookings' ),
Expand Down

0 comments on commit e40fda9

Please sign in to comment.