Plugin Directory

Changeset 570494


Ignore:
Timestamp:
07/11/2012 07:25:45 AM (14 years ago)
Author:
alyssonweb
Message:

removed banner fixed typo

Location:
dynamics-sidebars/trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • dynamics-sidebars/trunk/readme.txt

    r570487 r570494  
    7070?>`
    7171
    72 Many filters and actions to hook on to.
     72And many filters and actions to hook on to.
    7373
    7474
    7575**Changing before_widget and after_widget**
    7676
    77 On your functions.php file just add the following code, don't forget to change 'function_to_return_my_new_*' to your own function
     77On your functions.php file just add the following code. (don't forget to change 'function to return my sidebar items' to your own function name
    7878`<?php
    7979    add_filter( 'ds_sidebar_args', 'function to return my sidebar items' );
Note: See TracChangeset for help on using the changeset viewer.