Multisite: Remove unused `site_count` property from `WP_Site_Query`.

Related: [37837].

Props flixos90.
See #35791.


git-svn-id: https://develop.svn.wordpress.org/trunk@37875 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2016-06-26 14:32:07 +00:00
parent 90b85743a7
commit 269512cd6b
1 changed files with 0 additions and 2 deletions

View File

@ -282,8 +282,6 @@ class WP_Site_Query {
$site_ids = array_map( 'intval', $site_ids );
$this->site_count = count( $this->sites );
if ( 'ids' == $this->query_vars['fields'] ) {
$this->sites = $site_ids;