TomodomoCo / total-slider

A WordPress plugin for creating, editing and removing ‘slides’ with text and images (for a homepage, for example).
GNU General Public License v2.0
7 stars 2 forks source link

Do not statically call Total Slider class functions #61

Closed PeterUpfold closed 9 years ago

PeterUpfold commented 10 years ago

We should avoid this E_STRICT error:

Strict standards: Non-static method Total_Slider::get_current_slides() should not be called statically

We need to instantiate a TS instance and call the instance instead for 1.1.6/1.2.

PeterUpfold commented 9 years ago

Fixed in https://github.com/vanpattenmedia/total-slider/commit/38b5ff59ecde158efccbcddee8c313b8fb46b2ad and https://github.com/vanpattenmedia/total-slider/commit/c8665e3dfbb242eccc471a2a17f907da8c551e90