- Timestamp:
- Oct 24, 2009, 12:44:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/add_xpress_process.php
r410 r421 19 19 } 20 20 wp(); 21 22 //for Event notification update on single post to which link is changed by permalink 23 if ( is_404() ) { 24 if (!empty($_POST['not_redirect'])) { 25 include '../../mainfile.php'; 26 require_once XOOPS_ROOT_PATH.'/include/notification_update.php'; 27 exit(); 28 } 29 } 21 30 22 31 if (!function_exists('is_wordpress_style')){ // When the XPressME plug-in is invalid
Note: See TracChangeset
for help on using the changeset viewer.