Changeset 30979 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 12/20/2014 08:55:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r30681 r30979 127 127 * } 128 128 * @param string $url The URL attempting to be embedded. 129 * @return string The embed HTML on success, otherwise the original URL. 129 * @return string|false The embed HTML on success, otherwise the original URL. 130 * `->maybe_make_link()` can return false on failure. 130 131 */ 131 132 public function shortcode( $attr, $url = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.