Changeset 47060 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 01/11/2020 06:30:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r46661 r47060 436 436 * 437 437 * @param string $url URL to potentially be linked. 438 * @return false|stringLinked URL or the original URL. False if 'return_false_on_fail' is true.438 * @return string|false Linked URL or the original URL. False if 'return_false_on_fail' is true. 439 439 */ 440 440 public function maybe_make_link( $url ) {
Note: See TracChangeset
for help on using the changeset viewer.