Changeset 3490
- Timestamp:
- 01/28/06 06:19:11 (3 years ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r3489 r3490 815 815 global $wpdb; 816 816 817 if ( ! $page_ids = wp_cache_get('all_page_ids', 'p osts') ) {817 if ( ! $page_ids = wp_cache_get('all_page_ids', 'pages') ) { 818 818 $page_ids = $wpdb->get_col("SELECT ID FROM $wpdb->posts WHERE post_status='static'"); 819 819 wp_cache_add('all_page_ids', $page_ids, 'pages');
