Plugin Directory

Changeset 792502


Ignore:
Timestamp:
10/23/2013 06:33:43 PM (12 years ago)
Author:
tomhowson
Message:

Small amendment to stop headers already sen

Location:
diarypress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • diarypress/trunk/diarypress.php

    r758717 r792502  
    44Plugin URI: http://diarypress.howson.me
    55Description: DiaryPress is a plugin designed to allow your blog to operate like a diary. It will disable RSS feeds to keep your blog private and ask you to login in order to access the content. This is handy even if you run your diary on a local web server such as WAMP as it protects your blog against nosey family and friends.
    6 Version: 4.5
     6Version: 4.0
    77Author: Tom Howson
    88Author URI: http://www.howson.me
    99*/
    10 ?>
    11 <?php
    1210
    1311// we need this to allow the wp-mail page to run
     
    7977   
    8078} // End statement of not logged in and not a mail check
    81     ?>
    82    
    83 <?php
    8479
    8580// Setup redirect function
     
    107102add_filter("login_redirect", "DiaryPress_login_redirect", 10, 3);
    108103// End redirect function
    109 ?>
    110104
    111 
    112 <?php
    113105// turn the feeds off for our diary
    114106function norss() {
  • diarypress/trunk/readme.txt

    r781023 r792502  
    9898
    9999== Changelog ==
     100= 4.6 =
     101* Minor code improvements
     102* Some server complain of headers already sent - resolved
    100103= 4.5 =
    101104* Login process now returns to home page unless you are admin
     
    121124
    122125== Upgrade Notice ==
    123 
     126= 4.6 =
     127Code improved, fixed php header message
    124128= 4.5 =
    125129
Note: See TracChangeset for help on using the changeset viewer.