Make WordPress Core

Changeset 102 in tests for wp-testlib/utils.php


Ignore:
Timestamp:
12/03/2007 11:18:41 PM (19 years ago)
Author:
tellyworth
Message:

prevent a warning on filterall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testlib/utils.php

    r99 r102  
    7373        }
    7474
    75         function filterall($tag, $arg) {
     75        function filterall($tag, $arg=NULL) {
    7676        // this one doesn't return the result, so it's safe to use with the new 'all' filter
    7777if ($this->debug) dmp(__FUNCTION__, $this->current_filter());
Note: See TracChangeset for help on using the changeset viewer.