Changeset 792502
- Timestamp:
- 10/23/2013 06:33:43 PM (12 years ago)
- Location:
- diarypress/trunk
- Files:
-
- 2 edited
-
diarypress.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
diarypress/trunk/diarypress.php
r758717 r792502 4 4 Plugin URI: http://diarypress.howson.me 5 5 Description: 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. 56 Version: 4.0 7 7 Author: Tom Howson 8 8 Author URI: http://www.howson.me 9 9 */ 10 ?>11 <?php12 10 13 11 // we need this to allow the wp-mail page to run … … 79 77 80 78 } // End statement of not logged in and not a mail check 81 ?>82 83 <?php84 79 85 80 // Setup redirect function … … 107 102 add_filter("login_redirect", "DiaryPress_login_redirect", 10, 3); 108 103 // End redirect function 109 ?>110 104 111 112 <?php113 105 // turn the feeds off for our diary 114 106 function norss() { -
diarypress/trunk/readme.txt
r781023 r792502 98 98 99 99 == Changelog == 100 = 4.6 = 101 * Minor code improvements 102 * Some server complain of headers already sent - resolved 100 103 = 4.5 = 101 104 * Login process now returns to home page unless you are admin … … 121 124 122 125 == Upgrade Notice == 123 126 = 4.6 = 127 Code improved, fixed php header message 124 128 = 4.5 = 125 129
Note: See TracChangeset
for help on using the changeset viewer.