Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r12641 r12733  
    302302    if ( ! isset($wp_actions) )
    303303        $wp_actions = array();
    304    
     304
    305305    if ( ! isset($wp_actions[$tag]) )
    306306        $wp_actions[$tag] = 1;
     
    388388    if ( ! isset($wp_actions) )
    389389        $wp_actions = array();
    390    
     390
    391391    if ( ! isset($wp_actions[$tag]) )
    392392        $wp_actions[$tag] = 1;
Note: See TracChangeset for help on using the changeset viewer.