Changeset 8600 for trunk/wp-admin/post.php
- Timestamp:
- 08/09/2008 05:36:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r8484 r8600 43 43 $location = get_permalink( $post_ID ); 44 44 elseif ( false !== strpos($location, 'edit.php') ) 45 $location = add_query_arg('posted', $post_ID, $location); 45 $location = add_query_arg('posted', $post_ID, $location); 46 46 elseif ( false !== strpos($location, 'wp-admin') ) 47 47 $location = "post-new.php?posted=$post_ID";
Note: See TracChangeset
for help on using the changeset viewer.