Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r6629 r6726  
    165165
    166166    } while ( next($wp_filter[$tag]) !== false );
    167    
     167
    168168    array_pop( $wp_current_filter );
    169169
     
    505505}
    506506
    507 /** 
     507/**
    508508 * _wp_call_all_hook() - Calls the 'all' hook, which will process the functions hooked into it.
    509509 *
     
    524524 * @param array $args The collected parameters from the hook that was called.
    525525 * @param string $hook Optional. The hook name that was used to call the 'all' hook.
    526  */ 
    527 function _wp_call_all_hook($args) { 
    528     global $wp_filter; 
     526 */
     527function _wp_call_all_hook($args) {
     528    global $wp_filter;
    529529
    530530    reset( $wp_filter['all'] );
Note: See TracChangeset for help on using the changeset viewer.