Changeset 12639 for trunk/wp-admin/ms-sites.php
- Timestamp:
- 01/07/2010 07:58:04 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-sites.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-sites.php
r12637 r12639 318 318 $query .= " AND ( {$wpdb->blogs}.domain LIKE '%{$s}%' OR {$wpdb->blogs}.path LIKE '%{$s}%' ) "; 319 319 } elseif( isset($_GET['blog_id']) ) { 320 $query .= " AND blog_id = '". intval($_GET['s'])."' ";320 $query .= " AND blog_id = '". absint( $_GET['blog_id'] )."' "; 321 321 } elseif( isset($_GET['blog_ip']) ) { 322 322 $query = "SELECT *
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)