Make WordPress Core


Ignore:
Timestamp:
10/14/2008 09:08:28 PM (15 years ago)
Author:
westi
Message:

Notice fixes. See #7509 props DD32.

File:
1 edited

Legend:

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

    r9000 r9177  
    659659            if ( false === $priority )
    660660                return false;
    661             $count = isset($wp_filter[$tag]) ? count((array)$wp_filter[$tag][$priority]) : 0;
     661            $count = isset($wp_filter[$tag][$priority]) ? count((array)$wp_filter[$tag][$priority]) : 0;
    662662            $function[0]->wp_filter_id = $count;
    663663            $obj_idx .= $count;
Note: See TracChangeset for help on using the changeset viewer.