Changeset 8627 for trunk/wp-admin/page.php
- Timestamp:
- 08/12/2008 09:00:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/page.php
r8484 r8627 38 38 $location = $_POST['referredby']; 39 39 $location = remove_query_arg('_wp_original_http_referer', $location); 40 if ( $_POST['referredby'] == 'redo' ) 41 $location = get_permalink( $page_ID ); 42 elseif ( false !== strpos($location, 'edit-pages.php') ) 40 if ( false !== strpos($location, 'edit-pages.php') ) 43 41 $location = add_query_arg('posted', $page_ID, $location); 44 42 elseif ( false !== strpos($location, 'wp-admin') )
Note: See TracChangeset
for help on using the changeset viewer.