Changeset 4773
- Timestamp:
- 01/19/07 20:36:35 (2 years ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r4722 r4773 1182 1182 } 1183 1183 1184 delete_option('page_uris'); 1184 1185 update_option('page_uris', $page_uris); 1185 1186 1186 if ( $page_attachment_uris ) 1187 if ( $page_attachment_uris ) { 1188 delete_option('page_attachment_uris'); 1187 1189 update_option('page_attachment_uris', $page_attachment_uris); 1190 } 1188 1191 } 1189 1192 }
