Ticket #24772: 24772.patch
File 24772.patch, 668 bytes (added by , 12 years ago) |
---|
-
wp-includes/plugin.php
45 45 * 46 46 * <strong>Note:</strong> the function will return true no matter if the 47 47 * 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> 49 49 * is even a string. It is up to you to take care and this is done for 50 50 * optimization purposes, so everything is as quick as possible. 51 51 *