Changeset 32544
- Timestamp:
- 05/22/2015 05:14:30 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r32330 r32544 45 45 * calls {@link do_shortcode()}, and then re-registers the old shortcodes. 46 46 * 47 * @ uses$shortcode_tags47 * @global array $shortcode_tags 48 48 * 49 49 * @param string $content Content to parse … … 93 93 * @param string $id An internal ID/name for the handler. Needs to be unique. 94 94 * @param string $regex The regex that will be used to see if this handler should be used for a URL. 95 * @param call back$callback The callback function that will be called if the regex is matched.95 * @param callable $callback The callback function that will be called if the regex is matched. 96 96 * @param int $priority Optional. Used to specify the order in which the registered handlers will be tested (default: 10). Lower numbers correspond with earlier testing, and handlers with the same priority are tested in the order in which they were added to the action. 97 97 */
Note: See TracChangeset
for help on using the changeset viewer.