Plugin Directory

Changeset 1482896


Ignore:
Timestamp:
08/24/2016 09:52:34 PM (10 years ago)
Author:
dancoded
Message:

Corrected typo

Location:
dmg-related-pages-widget
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dmg-related-pages-widget/tags/1.1/readme.txt

    r1482815 r1482896  
    2020If the widget is on a page that is not hierarchical, or if there are no related pages, nothing is displayed.
    2121
    22 Two hooks are available to filter the title and text; `dmg_related_pages_widget_title` for the title and `dmg_related_pages_widget_text` for the text.
     22A hook is available to filter the title: `dmg_related_pages_widget_title`.
    2323
    2424For example, to change the title on a single page or post, you could add this to your functions.php file:
  • dmg-related-pages-widget/trunk/dmg-related-pages-widget.php

    r1482808 r1482896  
    44Plugin URI: http://dancoded.com/wordpress-plugins/related-pages-widget/
    55Description: A simple widget that displays a list of pages related to the current page. You can choose to show either siblings pages, child pages or both, and set how many levels of child pages to show.
    6 Version: 1.1
     6Version: 1.1.1
    77Author: Dan Gifford
    88Author URI: http://dancoded.com/
  • dmg-related-pages-widget/trunk/readme.txt

    r1482808 r1482896  
    55Requires at least: 3.1
    66Tested up to: 4.6
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/
     
    2020If the widget is on a page that is not hierarchical, or if there are no related pages, nothing is displayed.
    2121
    22 Two hooks are available to filter the title and text; `dmg_related_pages_widget_title` for the title and `dmg_related_pages_widget_text` for the text.
     22A hook is available to filter the title: `dmg_related_pages_widget_title`.
    2323
    2424For example, to change the title on a single page or post, you could add this to your functions.php file:
     
    5454
    5555== Changelog ==
     56= 1.1.1 =
     57Corrected typo readme.txt
    5658= 1.1 =
    5759Added Title URL field to make title a link
     60
    5861Tidied up readme
     62
    5963Tested in WP 4.6
     64
    6065= 1.0.2 =
    6166Corrected Title!
     67
    6268= 1.0.1 =
    6369Added screenshot
     70
    6471= 1.0 =
    6572* Initial version
Note: See TracChangeset for help on using the changeset viewer.