Changeset 1787
- Timestamp:
- 10/12/04 17:54:54 (4 years ago)
- Files:
-
- trunk/wp-admin/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/post.php
r1786 r1787 196 196 } // end if publish 197 197 198 if ($post_status = 'static') {198 if ($post_status == 'static') { 199 199 generate_page_rewrite_rules(); 200 200 … … 479 479 } // end if publish 480 480 481 if ($post_status = 'static') {481 if ($post_status == 'static') { 482 482 generate_page_rewrite_rules(); 483 483
