Changes between Initial Version and Version 1 of Ticket #17090, comment 11
- Timestamp:
- 04/09/2011 12:44:19 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17090, comment 11
initial v1 6 6 var_dump( $wpdb->get_row( "SELECT * FROM $wpdb->site WHERE site_id = 1" ) ); 7 7 foreach ( array( 'DOMAIN_CURRENT_SITE', 'PATH_CURRENT_SITE', 'SITE_ID_CURRENT_SITE', 'BLOG_ID_CURRENT_SITE', 'BLOGID_CURRENT_SITE' ) as $constant ) { 8 if ( defined( $constant ) 8 if ( defined( $constant ) ) 9 9 echo "$constant is " . constant( $constant ) . "\n"; 10 10 }