issues
search
tevko
/
wp-tevko-responsive-images
Fully responsive image plugin for wordpress
113
stars
73
forks
source link
Prefix functions, space usage, add_sizes via hook
#4
Closed
barryceelen
closed
10 years ago
barryceelen
commented
10 years ago
Some small tweaks:
Function names are prefixed with
tevkori_
to
prevent conflicts
.
Added whitespace to better conform with the
WP coding standards
.
Additional image sizes are added via a function which loads on the ‘plugins_loaded' hook.
Removed
closing php
tag.
tevko
commented
10 years ago
Thanks!
Some small tweaks:
tevkori_
to prevent conflicts.