Changeset 37539 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 05/23/2016 06:53:05 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-embed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r37492 r37539 17 17 /** 18 18 * When a URL cannot be embedded, return false instead of returning a link 19 * or the URL. Bypasses the 'embed_maybe_make_link' filter. 19 * or the URL. 20 * 21 * Bypasses the {@see 'embed_maybe_make_link'} filter. 22 * 23 * @access public 24 * @var bool 20 25 */ 21 26 public $return_false_on_fail = false;
Note: See TracChangeset
for help on using the changeset viewer.