Plugin Directory

Changeset 882216


Ignore:
Timestamp:
03/26/2014 10:15:28 AM (12 years ago)
Author:
factorypattern
Message:

Couple of bug fixes

  • Fixed bug which created a redirect loop when page was protected and now protected page had been chosen in the settings
  • Changed the "Pages" menu item to "Settings"
Location:
dovetail/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dovetail/trunk/FP-members.php

    r874081 r882216  
    111111                    $menu_slug,
    112112                    'Page Settings',
    113                     'Pages',
     113                    'Settings',
    114114                    'manage_options',
    115115                    'dovetail-page-settings',
     
    296296                    $restricted_message = urlencode( get_option("dovetail_restricted_message") );
    297297                   
    298                     if ( isset( $restricted_page_id  ) ) :
     298                    if ( isset( $restricted_page_id  ) && !empty( $restricted_page_id ) ) :
    299299                        $protected_page = get_page( $restricted_page_id );
    300300                    else :
  • dovetail/trunk/readme.txt

    r874081 r882216  
    3939== Changelog ==
    4040
     41= 1.2.1 =
     42
     43* Fixed bug which created a redirect loop when page was protected and now protected page had been chosen in the settings
     44* Changed the "Pages" menu item to "Settings"
     45
    4146= 1.2 =
     47
    4248* Published on the WordPress repository
    4349
Note: See TracChangeset for help on using the changeset viewer.