Changeset 1917
- Timestamp:
- 12/08/2004 12:23:02 AM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r1891 r1917 493 493 header('Location: '. get_settings('siteurl') .'/wp-admin/edit.php?p='.$p.'&c=1#comments'); 494 494 } 495 clear_smarty_cache();496 495 497 496 break; -
trunk/wp-blog-header.php
r1910 r1917 15 15 ((! empty($_SERVER['PATH_INFO'])) && 16 16 ('/' != $_SERVER['PATH_INFO']) && 17 (false === strpos($_SERVER['PATH_INFO'], $_SERVER[' SCRIPT_NAME']))17 (false === strpos($_SERVER['PATH_INFO'], $_SERVER['PHP_SELF'])) 18 18 )) { 19 19
Note: See TracChangeset
for help on using the changeset viewer.