Missing parameter in function
-
Hey,
on one of my pages I use your plugin in Slovak. I noticed that the name of the order status was not translated during translation.In function _n_noop on line 59 in admin/ddwc-woocommerce-orders.php you are missing the third parameter.
from
_n_noop( 'Driver Assigned <span class="count">(%s)</span>', 'Driver Assigned <span class="count">(%s)</span>' )
to
_n_noop( 'Driver Assigned <span class="count">(%s)</span>', 'Driver Assigned <span class="count">(%s)</span>', 'ddwc' )
- The topic ‘Missing parameter in function’ is closed to new replies.