GaryJones / Gamajo-Template-Loader

A class to copy into your WordPress plugin, to allow loading template parts with fallback through the child theme > parent theme > plugin.
GNU General Public License v2.0
292 stars 61 forks source link

Add trailingslashit to plugin_directory in get_templates_dir #6

Closed wpsmith closed 10 years ago

wpsmith commented 10 years ago

When I used the class, I needed this since the class didn't add a slash between the directory and the default templates folder.

GaryJones commented 10 years ago

This PR should be against the develop branch please, so please fix the bits I've commented on, and pull against that instead it, then I'll accept it. Thanks Travis!