Changeset 29151 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/14/2014 12:05:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r29104 r29151 131 131 * @since 4.0.0 132 132 * 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. 136 136 */ 137 137 $term_search_min_chars = (int) apply_filters( 'term_search_min_chars', 2, $tax, $s ); … … 2609 2609 * 2610 2610 * @since 4.0.0 2611 * 2612 * @global WP_Post $post Global $post. 2613 * @global WP_Embed $wp_embed Embed API instance. 2611 2614 */ 2612 2615 function wp_ajax_parse_embed() {
Note: See TracChangeset
for help on using the changeset viewer.