Plugin Directory

Changeset 1481122


Ignore:
Timestamp:
08/22/2016 09:07:38 PM (10 years ago)
Author:
dancoded
Message:

Corrected type in readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dmg-text-widget/trunk/readme.txt

    r1481116 r1481122  
    1515DMG Text Widget replaces the standard text widget with one that includes advanced options to apply a CSS class, add paragraphs, apply shortcodes, hide the title and make the title a link.
    1616
    17 Two hooks are available to filter the title and text:
    18 * `dmg_text_widget_title` for the title
    19 * `dmg_text_widget_text` for the text
     17Two hooks are available to filter the title and text; `dmg_text_widget_title` for the title and `dmg_text_widget_text` for the text.
    2018
    2119For example, to change the title on a single page or post, you could add this to your functions.php file:
Note: See TracChangeset for help on using the changeset viewer.