$this->t() should be used instead of t() in /src/Plugin/ViewsSlideshowWidget PagerFields class.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | interdiff_2-5.txt | 33.53 KB | dhruveshdtripathi |
| #5 | this_t_should_be-2862100-5.patch | 35.26 KB | dhruveshdtripathi |
| #2 | this_t_should_be_used_instead_of_t-2862100-2.patch | 2.09 KB | hiramanpatil |
Comments
Comment #2
hiramanpatilPlease find attached patch file.
Comment #3
nickdickinsonwildejust triggering test bot
Comment #4
dhruveshdtripathi commentedFew t() are yet to be replaced with $this->t().
Working on it.
Comment #5
dhruveshdtripathi commentedRemaining and necessary t() functions replaced with $this-t() function. Interdiff added.
Comment #7
nickdickinsonwildeapplied, thanks!