Make WordPress Core


Ignore:
Timestamp:
07/14/2014 12:05:37 AM (11 years ago)
Author:
DrewAPicture
Message:

Inline documentation cleanup for 4.0 audit.

  • Alignment for the 'term_search_min_chars' hook docs, added in [28892]
  • Globals added for wp_ajax_parse_embed(), added [28580]

See #28885.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r29104 r29151  
    131131     * @since 4.0.0
    132132     *
    133      * @param int $characters The minimum number of characters required. Default 2.
    134      * @param object $tax The taxonomy object.
    135      * @param string $s The search term.
     133     * @param int    $characters The minimum number of characters required. Default 2.
     134     * @param object $tax        The taxonomy object.
     135     * @param string $s          The search term.
    136136     */
    137137    $term_search_min_chars = (int) apply_filters( 'term_search_min_chars', 2, $tax, $s );
     
    26092609 *
    26102610 * @since 4.0.0
     2611 *
     2612 * @global WP_Post  $post     Global $post.
     2613 * @global WP_Embed $wp_embed Embed API instance.
    26112614 */
    26122615function wp_ajax_parse_embed() {
Note: See TracChangeset for help on using the changeset viewer.