Changeset 4773
- Timestamp:
- 01/19/2007 08:36:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.