Changeset 654
- Timestamp:
- 07/11/06 15:31:50 (2 years ago)
- Files:
-
- trunk/wpmu-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wpmu-settings.php
r630 r654 87 87 // is the request for a page of the main blog? We need to cache this information somewhere to save a request 88 88 $pages = $wpdb->get_col( "SELECT post_name FROM {$table_prefix}1_posts WHERE post_type='page'" ); 89 90 if( is_array( $pages ) == false ) 91 return false; 92 89 93 if( in_array( $blogname, $pages ) ) { 90 94 return true;
