Changeset 48185 for trunk/src/wp-includes/class-wp-oembed.php
- Timestamp:
- 06/26/2020 06:47:28 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-oembed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r48121 r48185 382 382 * replacing it with a routine that is more optimal for your setup. 383 383 * 384 * Passing a non-null value to the filter will effectively short-circuit retrieval,385 * returningthe passed value instead.384 * Returning a non-null value from the filter will effectively short-circuit retrieval 385 * and return the passed value instead. 386 386 * 387 387 * @since 4.5.3
Note: See TracChangeset
for help on using the changeset viewer.