Changeset 46660 for trunk/src/wp-includes/embed.php
- Timestamp:
- 11/05/2019 09:21:46 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed.php
r46647 r46660 59 59 * @param string $url Optional. The URL that should be embedded. Default empty. 60 60 * 61 * @return array Default embed parameters. 61 * @return array { 62 * Indexed array of the embed width and height in pixels. 63 * 64 * @type int $0 The embed width. 65 * @type int $1 The embed height. 66 * } 62 67 */ 63 68 function wp_embed_defaults( $url = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.