Changeset 415701
- Timestamp:
- 07/27/2011 12:56:06 AM (15 years ago)
- File:
-
- 1 edited
-
business-hours/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
business-hours/trunk/readme.txt
r415649 r415701 13 13 == Installation == 14 14 15 1. Upload the included php file to /wp-content/plugins15 1. Upload the file 'bizhours.php' to '/wp-content/plugins/' 16 16 2. Activate the plugin through the menu in wordpress 17 17 … … 19 19 Add the following line if code where you want your plugin to show up: 20 20 21 <?php if(function_exists('echo_hours')) { echo_hours(); } ?> 21 '<?php if(function_exists('echo_hours')) { echo_hours(); } ?>' 22 22 23 23
Note: See TracChangeset
for help on using the changeset viewer.