Ticket #45705: #45705.3.patch
File #45705.3.patch, 663 bytes (added by , 6 years ago) |
---|
-
wp-includes/functions.wp-scripts.php
93 93 /** 94 94 * Adds extra code to a registered script. 95 95 * 96 * Code will only be added if the script i nalready in the queue.96 * Code will only be added if the script is already in the queue. 97 97 * Accepts a string $data containing the Code. If two or more code blocks 98 98 * are added to the same script $handle, they will be printed in the order 99 99 * they were added, i.e. the latter added code can redeclare the previous.