Changeset 4697
- Timestamp:
- 01/07/07 13:56:31 (2 years ago)
- Files:
-
- branches/2.0/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-admin/post.php
r4692 r4697 159 159 160 160 $sendback = wp_get_referer(); 161 if ( $post->post_status = 'static' )161 if ( $post->post_status == 'static' ) 162 162 $sendback = get_option('siteurl') . '/wp-admin/edit-pages.php'; 163 163 elseif ( strstr($sendback, 'post.php') )
