Changeset 3468787
- Timestamp:
- 02/24/2026 05:05:05 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
domilocus/trunk/includes/admin/class-domilocus-bookings-list-table.php
r3468783 r3468787 177 177 if ($difference_due > 0) { 178 178 $difference_html = '<br><small style="color:#b45309;font-weight:600;">' . sprintf( 179 /* translators: %s: formatted price amount for the additional payment due after a booking modification */ 179 180 esc_html__('Integrazione: %s', 'domilocus'), 180 181 wp_strip_all_tags(Domilocus_Settings::format_price($difference_due))
Note: See TracChangeset
for help on using the changeset viewer.