WordPress/wp-includes
Scott Taylor fe044c84f7 Support Polldaddy's short URL format as a whitelisted oEmbed provider.
Props donncha.
Fixes #28283.


Built from https://develop.svn.wordpress.org/trunk@28555


git-svn-id: http://core.svn.wordpress.org/trunk@28381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-05-22 23:13:14 +00:00
..
ID3
SimplePie
Text
certificates
css
fonts
images
js
pomo
theme-compat
admin-bar.php
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php Classes that have `__set()` also need `__isset()` and `__unset()`. 2014-05-19 06:52:14 +00:00
canonical.php
capabilities.php These functions import `$wpdb` but do not use it. 2014-05-22 17:37:14 +00:00
category-template.php
category.php
class-IXR.php
class-feed.php
class-http.php
class-json.php
class-oembed.php Support Polldaddy's short URL format as a whitelisted oEmbed provider. 2014-05-22 23:13:14 +00:00
class-phpass.php
class-phpmailer.php
class-pop3.php
class-simplepie.php
class-smtp.php
class-snoopy.php
class-wp-admin-bar.php
class-wp-ajax-response.php Classes that have `__set()` also need `__isset()` and `__unset()`. 2014-05-19 06:52:14 +00:00
class-wp-customize-control.php
class-wp-customize-manager.php In `WP_Customize_Manager::register_controls()`, `$menu_locations` is set and never used. 2014-05-22 19:01:15 +00:00
class-wp-customize-section.php
class-wp-customize-setting.php
class-wp-customize-widgets.php
class-wp-editor.php
class-wp-embed.php
class-wp-error.php Classes that have `__set()` also need `__isset()` and `__unset()`. 2014-05-19 06:52:14 +00:00
class-wp-http-ixr-client.php
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php
class-wp-image-editor.php
class-wp-theme.php `break` is unreachable in `WP_Theme::translate_header()`. 2014-05-22 19:05:14 +00:00
class-wp-walker.php Classes that have `__set()` also need `__isset()` and `__unset()`. 2014-05-19 06:52:14 +00:00
class-wp-xmlrpc-server.php These functions import `$wpdb` but do not use it. 2014-05-22 17:37:14 +00:00
class-wp.php Classes that have `__set()` also need `__isset()` and `__unset()`. 2014-05-19 06:52:14 +00:00
class.wp-dependencies.php
class.wp-scripts.php Add missing access modifiers to methods in `WP_Scripts` and `WP_Styles`. 2014-05-19 06:17:14 +00:00
class.wp-styles.php Add missing access modifiers to methods in `WP_Scripts` and `WP_Styles`. 2014-05-19 06:17:14 +00:00
comment-template.php
comment.php Add missing access modifiers to methods in `WP_Comment_Query`. Add a magic `__call()` method for BC. 2014-05-19 06:19:14 +00:00
compat.php
cron.php
date.php `WP_Date_Query` was only missing one access modifier. 2014-05-19 17:30:17 +00:00
default-constants.php
default-filters.php
default-widgets.php `WP_Date_Query` was only missing one access modifier. 2014-05-19 17:30:17 +00:00
deprecated.php In `get_attachment_icon_src()`, `$class` is set in 2 conditions but never used. 2014-05-22 19:08:14 +00:00
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss.php
feed-rss2-comments.php
feed-rss2.php
feed.php
formatting.php
functions.php Because PHP can be configured without `--filter`, it is not 100% safe to use `filter_var()`. This is problematic for casting `"false"` to `false`, as PHP always casts it to `true`. `FILTER_VALIDATE_BOOLEAN` fixes this, but it may not be available. 2014-05-22 18:34:15 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Use correct variable. see [28534], [28538]. 2014-05-22 17:40:14 +00:00
http.php
kses.php
l10n.php
link-template.php
load.php
locale.php
media-template.php
media.php `$count` is set in `get_post_galleries()` and never used, relic from PFUI RIP. 2014-05-22 19:13:14 +00:00
meta.php Add missing access modifiers to methods in `WP_Meta_Query`. 2014-05-19 06:35:14 +00:00
ms-blogs.php
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php In `is_user_option_local()`, `$user_id` is set conditionally, but never used. 2014-05-22 19:18:14 +00:00
ms-load.php
ms-settings.php
nav-menu-template.php
nav-menu.php
option.php
pluggable-deprecated.php
pluggable.php
plugin.php
post-formats.php
post-template.php
post-thumbnail-template.php
post.php Fix parsing in `wp_match_mime_types()` to allow some mime-types with `+` in them to appear in the list of filter links shown above the list table on `upload.php`. 2014-05-22 21:36:15 +00:00
query.php Apply `order` to each passed value for `orderby` in `WP_Query`: 2014-05-22 18:19:13 +00:00
registration-functions.php
registration.php
revision.php Remove unnecessary array_reverse() from wp_get_post_revisions(). 2014-05-22 18:51:14 +00:00
rewrite.php `WP_Query` was only missing one access modifier. 2014-05-19 17:41:13 +00:00
rss-functions.php
rss.php
script-loader.php
shortcodes.php
taxonomy.php These functions import `$wpdb` but do not use it. 2014-05-22 17:37:14 +00:00
template-loader.php
template.php
theme.php
update.php
user.php Add access modifiers to `WP_User_Query`. 2014-05-19 15:48:15 +00:00
vars.php
version.php
widgets.php Add `public` access modifier to methods/members of `WP_Widget` and `WP_Widget_Factory`. 2014-05-19 15:42:13 +00:00
wlwmanifest.xml
wp-db.php In `wpdb`, make some things explicitly `public`. Do not set anything to `private`. This would instantly blow up `hyperdb` in the wild. 2014-05-19 15:36:13 +00:00
wp-diff.php Add access modifiers to `WP_Text_Diff_Renderer_Table` that are compatible with its parent class. Some of the inline docs suggest access that, if implemented, would produce fatal errors. 2014-05-19 15:23:14 +00:00