Make WordPress Core


Ignore:
Timestamp:
12/25/2007 08:48:01 PM (15 years ago)
Author:
ryan
Message:

Some file level phpdoc from darkdragon. fixes #5527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r6339 r6493  
    11<?php
     2/**
     3 * Sets up the default filters and actions for most
     4 * of the WordPress hooks.
     5 *
     6 * If you need to remove a default hook, this file will
     7 * give you the priority for which to use to remove the
     8 * hook.
     9 *
     10 * Not all of the default hooks are found in default-filters.php
     11 *
     12 * @package WordPress
     13 */
    214
    315// Strip, trim, kses, special chars for string saves
Note: See TracChangeset for help on using the changeset viewer.