Plugin Directory

Changeset 415701


Ignore:
Timestamp:
07/27/2011 12:56:06 AM (15 years ago)
Author:
francis_a
Message:

updated readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • business-hours/trunk/readme.txt

    r415649 r415701  
    1313== Installation ==
    1414
    15 1. Upload the included php file to /wp-content/plugins
     151. Upload the file 'bizhours.php' to '/wp-content/plugins/'
    16162. Activate the plugin through the menu in wordpress
    1717
     
    1919Add the following line if code where you want your plugin to show up:
    2020
    21 <?php if(function_exists('echo_hours')) { echo_hours(); } ?>
     21'<?php if(function_exists('echo_hours')) { echo_hours(); } ?>'
    2222
    2323
Note: See TracChangeset for help on using the changeset viewer.