Changeset 19869
- Timestamp:
- 09/25/07 18:14:11 (9 months ago)
- Files:
-
- 404-notifier/trunk/404-notifier.php (modified) (1 diff)
- 404-notifier/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
404-notifier/trunk/404-notifier.php
r6918 r19869 5 5 Plugin URI: http://alexking.org/projects/wordpress 6 6 Description: This plugin will log 404 hits on your site and can notify you via e-mail or you can subscribe to the generated RSS feed of 404 events. Adjust your settings <a href="options-general.php?page=404-notifier.php">here</a>. 7 Version: 1. 07 Version: 1.1 8 8 Author: Alex King 9 9 Author URI: http://alexking.org 10 10 */ 11 11 12 // Copyright (c) 2006 Alex King. All rights reserved.12 // Copyright (c) 2006-2007 Alex King. All rights reserved. 13 13 // http://alexking.org/projects/wordpress 14 14 // 404-notifier/trunk/README.txt
r6920 r19869 3 3 Contributors: alexkingorg 4 4 Requires at least: 1.5 5 Tested up to: 2. 0.55 Tested up to: 2.3 6 6 Stable tag: 1.0 7 7
