Changes between Version 1 and Version 2 of Ticket #46978, comment 14
- Timestamp:
- 08/01/2019 10:25:18 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46978, comment 14
v1 v2 1 1 Hi there, 2 2 3 The previous patch didn't apply properly on my side, due to a `_x()` function used in the patch, instead of `__()` in current trunk. 3 The previous patch didn't apply properly on my side, due to a `_x()` function used in the patch, instead of `__()` in current trunk (for reference: changeset [45436]). 4 4 5 I also replaced `%s` with `%1$s` and `%2$s` numbered placeholders. 5 6