Changeset 1787 for trunk/wp-admin/post.php
- Timestamp:
- 10/12/2004 05:54:54 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.