Zen Follower
- Join Date:
- Jan 2007
- Location:
- Mount Maunganui, New Zealand
- Posts:
- 417
- Plugin Contributions:
- 0
Add a personal note in a php file
Hi,
I'd simply (and cleanly) like to add a personal note when I attempt to edit a php file.
Eg.
// "I added the below code when trying to install xsell module"
require($template->get_template_dir('tpl_modules_xsell_products.php',
(the // is just a wild shot. What should I use that so the comment doesn't affect the code?)
Thanks