Changeset 1787

Show
Ignore:
Timestamp:
10/12/04 17:54:54 (4 years ago)
Author:
rboren
Message:

Use == instead of =

Files:

Legend:

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

    r1786 r1787  
    196196    } // end if publish 
    197197 
    198     if ($post_status = 'static') { 
     198    if ($post_status == 'static') { 
    199199        generate_page_rewrite_rules(); 
    200200 
     
    479479    } // end if publish 
    480480 
    481     if ($post_status = 'static') { 
     481    if ($post_status == 'static') { 
    482482        generate_page_rewrite_rules(); 
    483483