Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:10:39 PM (13 years ago)
Author:
ryan
Message:

One newline is enough.

File:
1 edited

Legend:

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

    r19593 r19684  
    309309}
    310310
    311 
    312311/**
    313312 * Hooks a function on to a specific action.
     
    332331    return add_filter($tag, $function_to_add, $priority, $accepted_args);
    333332}
    334 
    335333
    336334/**
Note: See TracChangeset for help on using the changeset viewer.