Changeset 2059104
- Timestamp:
- 03/28/2019 04:54:34 PM (7 years ago)
- Location:
- permalink-finder
- Files:
-
- 9 added
- 2 edited
-
tags/2.7 (added)
-
tags/2.7/includes (added)
-
tags/2.7/includes/apple-touch-icon.png (added)
-
tags/2.7/includes/favicon.ico (added)
-
tags/2.7/includes/pf-404.php (added)
-
tags/2.7/includes/pf-mu-options.php (added)
-
tags/2.7/includes/pf-options.php (added)
-
tags/2.7/permalink-finder.php (added)
-
tags/2.7/readme.txt (added)
-
trunk/includes/pf-404.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
permalink-finder/trunk/includes/pf-404.php
r2027478 r2059104 5 5 6 6 // Guts of the plugin. This is where we do the redirect. We are already in a 404 before we get here. 7 function kpg_permalink_fixer() { 7 function kpg_permalink_fixer() { 8 8 $options=kpg_pf_get_options(); 9 9 extract($options); … … 280 280 return; 281 281 } 282 } 283 // new with this version. found missing yyyy/mm configuration. 284 285 if (substr($plink,strlen($plink)-3,1)=='/') { 286 // assume archive - lets get out of here now. 287 wp_redirect($flink.$query,301); // let wp do it - more compatable. 288 exit(); 282 289 } 283 290 -
permalink-finder/trunk/readme.txt
r2027478 r2059104 37 37 38 38 == Changelog == 39 40 = 2.7 = 41 * Minor bug where it was not finding yyyy/mm archives when missing, but file was located somewhere else. 39 42 40 43 = 2.6 =
Note: See TracChangeset
for help on using the changeset viewer.