Plugin Directory

Changeset 3468787


Ignore:
Timestamp:
02/24/2026 05:05:05 PM (5 weeks ago)
Author:
consulinfolm
Message:

fix: add translators comment for i18n placeholder in bookings list table (WPCS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • domilocus/trunk/includes/admin/class-domilocus-bookings-list-table.php

    r3468783 r3468787  
    177177        if ($difference_due > 0) {
    178178            $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 */
    179180                esc_html__('Integrazione: %s', 'domilocus'),
    180181                wp_strip_all_tags(Domilocus_Settings::format_price($difference_due))
Note: See TracChangeset for help on using the changeset viewer.