Plugin Directory

Changeset 140458


Ignore:
Timestamp:
07/29/2009 12:24:46 PM (17 years ago)
Author:
swinton
Message:

Committed version 1.1:

  • Fixed bug on activation hook, when adding default option values.
Location:
proper-pagination/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • proper-pagination/trunk/proper_pagination.php

    r140453 r140458  
    44Plugin URI: http://www.nixonmcinnes.co.uk/2009/07/27/making-wordpress-navigation-more-usable-through-pagination-patterns/
    55Plugin Description: Renders proper pagination for a listings page.
    6 Version: 1.0
     6Version: 1.1
    77Author: Steve Winton
    88Author URI: http://www.nixonmcinnes.co.uk/people/steve/
     
    5858     */
    5959    function install() {
    60         if (get_option($option['pp_max_pagelinks']) === false) {
     60        if (get_option('pp_max_pagelinks') === false) {
    6161            add_option('pp_max_pagelinks', '10', '', 'yes');
    6262        }
  • proper-pagination/trunk/readme.txt

    r140453 r140458  
    8181= 1.0 =
    8282* First release.
     83
     84= 1.1 =
     85* Fixed bug on activation hook, when adding default option values.
Note: See TracChangeset for help on using the changeset viewer.