Make WordPress Core

Changeset 32544


Ignore:
Timestamp:
05/22/2015 05:14:30 AM (8 years ago)
Author:
wonderboymusic
Message:

Clean up doc blocks for class-wp-embed.php.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-embed.php

    r32330 r32544  
    4545     * calls {@link do_shortcode()}, and then re-registers the old shortcodes.
    4646     *
    47      * @uses $shortcode_tags
     47     * @global array $shortcode_tags
    4848     *
    4949     * @param string $content Content to parse
     
    9393     * @param string $id An internal ID/name for the handler. Needs to be unique.
    9494     * @param string $regex The regex that will be used to see if this handler should be used for a URL.
    95      * @param callback $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.
    9696     * @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.
    9797     */
Note: See TracChangeset for help on using the changeset viewer.