Changeset 30681 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 12/01/2014 01:33:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r30537 r30681 335 335 * 336 336 * @param string $url URL to potentially be linked. 337 * @return string|boolLinked URL or the original URL. False if 'return_false_on_fail' is true.337 * @return false|string Linked URL or the original URL. False if 'return_false_on_fail' is true. 338 338 */ 339 339 public function maybe_make_link( $url ) {
Note: See TracChangeset
for help on using the changeset viewer.