| Comment | File | Size | Author |
|---|---|---|---|
| #6 | google_AdSense_integration-2843799-6.patch | 1.15 KB | znak |
| #2 | Google_Adsense_2843799_1.patch | 47.61 KB | nehakhadke |
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | google_AdSense_integration-2843799-6.patch | 1.15 KB | znak |
| #2 | Google_Adsense_2843799_1.patch | 47.61 KB | nehakhadke |
Comments
Comment #2
nehakhadke commentedComment #4
jcnventuraRe-did it from scratch, as you can't do this blind replacement inside static functions.
Comment #6
znak commentedAdditions to the previous patch. Please, check up.
Comment #7
jcnventura@Znak, as the comment to the patch in #5 says: "t() function is not inherited in AdsenseAd plugins". This means that it makes no sense to add $this->t() to those Plugins. If it works, it's because of magic, and not proper OOP.
However, it seems that it's sufficient to add " use StringTranslationTrait;" to the AdsenseAdBase class, so I'll do that next time.
Comment #9
jcnventura