Make WordPress Core


Ignore:
Timestamp:
06/16/2015 08:00:15 PM (8 years ago)
Author:
wonderboymusic
Message:

if is a statment, not a function.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/deprecated.php

    r32650 r32800  
    573573        if ( $this->total_users_for_query > $this->users_per_page ) { // have to page the results
    574574            $args = array();
    575             if( ! empty($this->search_term) )
     575            if ( ! empty($this->search_term) )
    576576                $args['usersearch'] = urlencode($this->search_term);
    577             if( ! empty($this->role) )
     577            if ( ! empty($this->role) )
    578578                $args['role'] = urlencode($this->role);
    579579
Note: See TracChangeset for help on using the changeset viewer.