Changeset 30536 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 11/24/2014 04:41:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r30178 r30536 224 224 225 225 /** 226 * Filter whether to inspect the given URL for discoverable <link>tags.226 * Filter whether to inspect the given URL for discoverable link tags. 227 227 * 228 228 * @since 2.9.0 … … 230 230 * @see WP_oEmbed::discover() 231 231 * 232 * @param bool $enable Whether to enable <link>tag discovery. Default false.232 * @param bool $enable Whether to enable link tag discovery. Default false. 233 233 */ 234 234 $attr['discover'] = ( apply_filters( 'embed_oembed_discover', false ) && author_can( $post_ID, 'unfiltered_html' ) );
Note: See TracChangeset
for help on using the changeset viewer.