Changeset 41162 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r40901 r41162 23 23 * 24 24 * @since 2.9.0 25 * @access public26 25 * @var array 27 26 */ … … 32 31 * 33 32 * @since 4.0.0 34 * @access public35 33 * @static 36 34 * @var array … … 42 40 * 43 41 * @since 4.2.0 44 * @access private45 42 * @var array 46 43 */ … … 51 48 * 52 49 * @since 2.9.0 53 * @access public54 50 */ 55 51 public function __construct() { … … 212 208 * 213 209 * @since 4.0.0 214 * @access public215 210 * 216 211 * @param callable $name Method to call. … … 229 224 * 230 225 * @since 4.0.0 231 * @access public232 226 * 233 227 * @see WP_oEmbed::discover() … … 276 270 * @static 277 271 * @since 4.0.0 278 * @access public279 272 * 280 273 * @see wp_oembed_add_provider() … … 303 296 * 304 297 * @since 4.0.0 305 * @access public306 298 * @static 307 299 * … … 325 317 * 326 318 * @since 4.8.0 327 * @access public328 319 * 329 320 * @param string $url The URL to the content that should be attempted to be embedded. … … 356 347 * 357 348 * @since 2.9.0 358 * @access public359 349 * 360 350 * @param string $url The URL to the content that should be attempted to be embedded. … … 406 396 * 407 397 * @since 2.9.0 408 * @access public409 398 * 410 399 * @param string $url The URL that should be inspected for discovery `<link>` tags. … … 490 479 * 491 480 * @since 2.9.0 492 * @access public493 481 * 494 482 * @param string $provider The URL to the oEmbed provider. … … 528 516 * 529 517 * @since 3.0.0 530 * @access private531 518 * 532 519 * @param string $provider_url_with_args URL to the provider with full arguments list (url, maxheight, etc.) … … 553 540 * 554 541 * @since 3.0.0 555 * @access private556 542 * 557 543 * @param string $response_body … … 567 553 * 568 554 * @since 3.0.0 569 * @access private570 555 * 571 556 * @param string $response_body … … 591 576 * 592 577 * @since 3.6.0 593 * @access private594 578 * 595 579 * @param string $response_body … … 629 613 * 630 614 * @since 2.9.0 631 * @access public632 615 * 633 616 * @param object $data A data object result from an oEmbed provider. … … 686 669 * @since 2.9.0 as strip_scribd_newlines() 687 670 * @since 3.0.0 688 * @access public689 671 * 690 672 * @param string $html Existing HTML.
Note: See TracChangeset
for help on using the changeset viewer.