Changeset 36982
- Timestamp:
- 03/31/08 02:38:46 (3 months ago)
- Files:
-
- 404-notifier/trunk/404-notifier.php (modified) (1 diff)
- 404-notifier/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
404-notifier/trunk/404-notifier.php
r34049 r36982 343 343 add_action('init', 'ak404_init'); 344 344 345 function ak404_admin_head() { 346 global $wp_version; 347 if (isset($wp_version) && version_compare($wp_version, '2.5', '>=')) { 348 print(' 349 <style type="text/css"> 350 fieldset.options { 351 border: 0; 352 padding: 10px; 353 } 354 fieldset.options p { 355 margin-bottom: 10px; 356 } 357 </style> 358 '); 359 } 360 } 361 add_action('admin_head', 'ak404_admin_head'); 362 345 363 ?> 404-notifier/trunk/README.txt
r19870 r36982 4 4 Requires at least: 1.5 5 5 Tested up to: 2.3 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 8 8 Log 404 (file not found) errors on your site and get them delivered to you via e-mail or RSS. … … 10 10 == Description == 11 11 12 If you've decided to move things around on your site (like I did recently), you might overlook a few redirects and end up with some broken URLs. This will help you catch those so you can take care of them.12 If you've decided to move things around on your site, you might overlook a few redirects and end up with some broken URLs. This will help you catch those so you can take care of them. 13 13 14 14 == Installation ==
