Changeset 31083 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 01/08/2015 06:01:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r30681 r31083 273 273 * @return false|string False on failure, otherwise the UNSANITIZED (and potentially unsafe) HTML that should be used to embed. 274 274 */ 275 function get_html( $url, $args = '' ) {275 public function get_html( $url, $args = '' ) { 276 276 $provider = $this->get_provider( $url, $args ); 277 277
Note: See TracChangeset
for help on using the changeset viewer.