Sergey Biryukov
|
f799048057
|
Pass $url parameter to wp_embed_defaults() and 'embed_defaults' filter.
props wpsmith, sabreuse, jacobdubail.
fixes #20151.
Built from https://develop.svn.wordpress.org/trunk@28923
git-svn-id: http://core.svn.wordpress.org/trunk@28722 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-30 11:16:15 +00:00 |
|
Andrew Ozz
|
5168f9c7c6
|
Secure embeds in the editor (first run):
- When the user pastes an embeddable http URL, try to get the https embed.
- If an embed provider doesn't support ssl embeds, show a placeholder/error message.
- Revise the way we return error messages.
See #28195, #28507.
Built from https://develop.svn.wordpress.org/trunk@28919
git-svn-id: http://core.svn.wordpress.org/trunk@28718 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-30 05:49:16 +00:00 |
|
Scott Taylor
|
3214d6d325
|
Read the src attribute for the [embed] shortcode if the shortcode's body is empty.
These work:
`[embed src="https://www.youtube.com/watch?v=ZqD-LPOWIT0"]`
`[embed src="https://www.youtube.com/watch?v=ZqD-LPOWIT0"][/embed]`
If you do:
`[embed src="https://www.youtube.com/watch?v=ZqD-LPOWIT0"]http://any-other-url.com[/embed]`
... "http://any-other-url.com" will be the URL that is parsed.
Props kovshenin, aaroncampbell for making initial patches.
Fixes #24456.
Built from https://develop.svn.wordpress.org/trunk@28559
git-svn-id: http://core.svn.wordpress.org/trunk@28385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-23 18:06:13 +00:00 |
|
Scott Taylor
|
aabcfd658b
|
Add access modifiers to methods/members in WP_Embed .
See #27881, #22234.
Built from https://develop.svn.wordpress.org/trunk@28510
git-svn-id: http://core.svn.wordpress.org/trunk@28336 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-19 05:47:14 +00:00 |
|
Drew Jaynes
|
62b6306739
|
Use a proper docs-specific variable for the first parameter passed to the embed_oembed_discover filter.
See #26869.
Built from https://develop.svn.wordpress.org/trunk@28378
git-svn-id: http://core.svn.wordpress.org/trunk@28206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-05-13 04:29:14 +00:00 |
|
Drew Jaynes
|
5e51ea9940
|
Priority fixes for various existing hook documentation.
Props kpdesign.
See #26869
Built from https://develop.svn.wordpress.org/trunk@28083
git-svn-id: http://core.svn.wordpress.org/trunk@27914 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-04-12 00:01:15 +00:00 |
|
John Blackbourn
|
e6da4eebe9
|
Inline documentation for core shortcode attributes.
Props DrewAPicture, johnbillion.
Fixes #25661.
Built from https://develop.svn.wordpress.org/trunk@26915
git-svn-id: http://core.svn.wordpress.org/trunk@26796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-01-07 16:07:12 +00:00 |
|
Andrew Nacin
|
5361a8abca
|
Spell out duplicate hook locations.
props DrewAPicture.
fixes #25658.
Built from https://develop.svn.wordpress.org/trunk@25868
git-svn-id: http://core.svn.wordpress.org/trunk@25868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-24 22:59:20 +00:00 |
|
Andrew Nacin
|
8ae8e01b67
|
Remove the old wp_auto_updates_maybe_update cron event. Schedule the new wp_maybe_auto_update event at 7 a.m. and 7 p.m. in the site's timezone.
see #27704.
Built from https://develop.svn.wordpress.org/trunk@25825
git-svn-id: http://core.svn.wordpress.org/trunk@25825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-24 22:53:14 +00:00 |
|
Andrew Nacin
|
74488bdcb0
|
Spell out duplicate hook locations.
props DrewAPicture.
fixes #25658.
Built from https://develop.svn.wordpress.org/trunk@25868
git-svn-id: http://core.svn.wordpress.org/trunk@25780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-22 17:22:11 +00:00 |
|
Drew Jaynes
|
bd6a09c708
|
Inline documentation for hooks in wp-includes/class-wp-embed.php.
Props swissspidy, kpdesign.
Fixes #25515.
Built from https://develop.svn.wordpress.org/trunk@25726
git-svn-id: http://core.svn.wordpress.org/trunk@25639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-10-08 04:43:10 +00:00 |
|
Andrew Nacin
|
9b5e67bf7d
|
Use correct escaping function. props duck_.
git-svn-id: http://core.svn.wordpress.org/trunk@23321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-01-22 16:37:54 +00:00 |
|
Andrew Nacin
|
903714254c
|
Invalidate oEmbed caches on pre_post_update instead of save_post so existing metadata caches may be used. fixes #22190.
git-svn-id: http://core.svn.wordpress.org/trunk@22369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-11-05 16:47:04 +00:00 |
|
Andrew Nacin
|
4e0c89c236
|
Move WP_Embed into its own file. props ocean90. fixes #20533.
git-svn-id: http://core.svn.wordpress.org/trunk@21999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-09-25 08:39:26 +00:00 |
|