Make WordPress Core

Changeset 24711


Ignore:
Timestamp:
07/16/2013 01:59:43 PM (12 years ago)
Author:
nacin
Message:

Close an HTML tag inside the add_filter() inline doc. props johnbillion, fixes #24772.

File:
1 edited

Legend:

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

    r24251 r24711  
    4646 * <strong>Note:</strong> the function will return true no matter if the
    4747 * function was hooked fails or not. There are no checks for whether the
    48  * function exists beforehand and no checks to whether the <tt>$function_to_add
     48 * function exists beforehand and no checks to whether the <tt>$function_to_add</tt>
    4949 * is even a string. It is up to you to take care and this is done for
    5050 * optimization purposes, so everything is as quick as possible.
Note: See TracChangeset for help on using the changeset viewer.