Changeset 4697

Show
Ignore:
Timestamp:
01/07/07 13:56:31 (2 years ago)
Author:
markjaquith
Message:

Typo correction from flinkflonk. fixes #3538

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0/wp-admin/post.php

    r4692 r4697  
    159159 
    160160    $sendback = wp_get_referer(); 
    161     if ( $post->post_status = 'static' ) 
     161    if ( $post->post_status == 'static' ) 
    162162        $sendback = get_option('siteurl') . '/wp-admin/edit-pages.php'; 
    163163    elseif ( strstr($sendback, 'post.php') )