Make WordPress Core

Ticket #24772: 24772.patch

File 24772.patch, 668 bytes (added by johnbillion, 12 years ago)
  • wp-includes/plugin.php

     
    4545 *
    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.
    5151 *