Make WordPress Core


Ignore:
Timestamp:
10/12/2004 05:54:54 PM (21 years ago)
Author:
rboren
Message:

Use == instead of =

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.