educacionbe-online / Educacionbe

Plataforma de educacion be Moolde
0 stars 0 forks source link

Functions in lib.php without valid component prefix #4

Open mudrd8mz opened 8 years ago

mudrd8mz commented 8 years ago

The correct prefix for all functions in lib.php is theme_educacionbe_* in this case. See https://docs.moodle.org/dev/Plugin_contribution_checklist#Namespace-collisions for details.

danmarsden commented 8 years ago

this is still an issue. please update your function names in lib.php to meet our guidelines. for example the function: function educacionbe_process_css should be: theme_educacionbe_process_css

educacionbe-online commented 8 years ago

Hello danmarsden. It is updated and

mudrd8mz commented 8 years ago

I can still see functions like educacionbe_* in the lib.php, as Dan pointed out.