Changes from trunk/wp-admin/page.php at r8033 to branches/2.6/wp-admin/page.php at r8628
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-admin/page.php
r8033 r8628 35 35 $location = $_POST['referredby']; 36 36 $location = remove_query_arg('_wp_original_http_referer', $location); 37 if ( $_POST['referredby'] == 'redo' ) 38 $location = get_permalink( $page_ID ); 39 elseif ( false !== strpos($location, 'edit-pages.php') ) 37 if ( false !== strpos($location, 'edit-pages.php') ) 40 38 $location = add_query_arg('posted', $page_ID, $location); 41 39 elseif ( false !== strpos($location, 'wp-admin') )
Note: See TracChangeset
for help on using the changeset viewer.