Make WordPress Core


Ignore:
Timestamp:
03/19/2010 09:29:21 PM (15 years ago)
Author:
nacin
Message:

Remove redundant isset() and empty() checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/kses.php

    r13648 r13770  
    952952
    953953    if ( is_array($matches) ) {
    954         if ( ! isset($matches[1]) || empty($matches[1]) )
     954        if ( empty($matches[1]) )
    955955            return '';
    956956
Note: See TracChangeset for help on using the changeset viewer.