Changeset 2328 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 02/14/2005 07:04:16 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r2319 r2328 547 547 function generate_page_rewrite_rules() { 548 548 global $wpdb; 549 $posts = $wpdb->get_results("SELECT ID, post_name FROM $wpdb->posts WHERE post_status = 'static' ");549 $posts = $wpdb->get_results("SELECT ID, post_name FROM $wpdb->posts WHERE post_status = 'static' ORDER BY post_parent DESC"); 550 550 551 551 $page_rewrite_rules = array();
Note: See TracChangeset
for help on using the changeset viewer.