WordPress/wp-includes
Sergey Biryukov 63b1667a01 Add a filter for wp_editor() settings.
props DH-Shredder, JPry, DrewAPicture.
fixes #24472.
Built from https://develop.svn.wordpress.org/trunk@28944


git-svn-id: http://core.svn.wordpress.org/trunk@28741 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-07-01 23:03:15 +00:00
..
certificates
css Fix feature pointer positioning issues for both LTR and RTL. 2014-06-29 16:06:14 +00:00
fonts
ID3
images
js TinyMCE: 2014-06-30 21:55:18 +00:00
pomo Introduce a binary-safe wrapper for strlen() and use it in seems_utf8(), utf8_uri_encode(), and wp_read_image_metadata(). 2014-06-23 14:48:14 +00:00
SimplePie
Text
theme-compat
admin-bar.php Display consistent preview links for drafts. 2014-06-30 10:02:16 +00:00
atomlib.php
author-template.php Convert documentation of default arguments in wp_list_authors() to the hash-notation style. 2014-06-29 22:34:14 +00:00
bookmark-template.php
bookmark.php Replace all uses of like_escape() with $wpdb->esc_like(). 2014-06-10 00:44:15 +00:00
cache.php
canonical.php Replace a redundant ! is_preview() check with a more appropriate one. 2014-06-30 17:19:14 +00:00
capabilities.php
category-template.php
category.php
class-feed.php
class-http.php Avoid a PHP notice and warning on language selection screen. 2014-06-27 00:25:15 +00:00
class-IXR.php
class-json.php
class-oembed.php Pass $url parameter to wp_embed_defaults() and 'embed_defaults' filter. 2014-06-30 11:16:15 +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
class-wp-customize-control.php Customizer: Support textarea and commonly-used input types as control type in WP_Customize_Control. 2014-06-30 19:48:13 +00:00
class-wp-customize-manager.php Customizer: Introduce a "panel" API to organize multiple sections into a one section. 2014-06-26 20:17:15 +00:00
class-wp-customize-section.php Support descriptions for individual customizer controls. 2014-06-30 15:55:17 +00:00
class-wp-customize-setting.php Allow for easier adding of custom class variables when extending WP_Customize_Section or WP_Customize_Setting. 2014-06-24 22:56:14 +00:00
class-wp-customize-widgets.php Customizer: Introduce a "panel" API to organize multiple sections into a one section. 2014-06-26 20:17:15 +00:00
class-wp-editor.php Add a filter for wp_editor() settings. 2014-07-01 23:03:15 +00:00
class-wp-embed.php Pass $url parameter to wp_embed_defaults() and 'embed_defaults' filter. 2014-06-30 11:16:15 +00:00
class-wp-error.php
class-wp-http-ixr-client.php
class-wp-image-editor-gd.php Add ->get_quality() method to WP_Image_Editor class. 2014-06-28 03:50:15 +00:00
class-wp-image-editor-imagick.php Add ->get_quality() method to WP_Image_Editor class. 2014-06-28 03:50:15 +00:00
class-wp-image-editor.php Add ->get_quality() method to WP_Image_Editor class. 2014-06-28 03:50:15 +00:00
class-wp-theme.php
class-wp-walker.php Ensure that a has_children parameter is given to Walker::start_el(). 2014-06-24 17:06:14 +00:00
class-wp-xmlrpc-server.php XML-RPC: Make sure wp.newPost does not produce a fatal error when a post_date field is included in the data. 2014-06-26 17:43:14 +00:00
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php WP_Scripts->in_default_dir() should use the WPINC constant 2014-06-29 22:23:15 +00:00
class.wp-styles.php
comment-template.php Add a function, get_comments_number_text(), that returns instead of echoing. comments_number() wraps it. 2014-06-29 23:13:15 +00:00
comment.php Avoid a PHP notice in wp_new_comment() if user ID is not passed. 2014-06-30 11:03:14 +00:00
compat.php
cron.php Remove SSL verification by default for requests to wp-cron.php. Props sivel, rhurling. Fixes #12609. 2014-06-19 22:53:19 +00:00
date.php WP_Date_Query: The inclusive logic should include all times within the date range. 2014-07-01 01:18:15 +00:00
default-constants.php
default-filters.php
default-widgets.php Cleanup wp_widget_rss_form() after [28734]. "$$input used sanitized variables which contained actual values, unlike $inputs[$input] which in that context contains data about which input fields are hidden." 2014-06-20 17:29:14 +00:00
deprecated.php LIKE escape sanity: 2014-06-10 00:30:15 +00:00
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php Revert r25824:25875 from the core.svn.wordpress.org repository. 2013-10-25 02:29:52 +00:00
feed-rss2.php
feed-rss.php Revert r25824:25875 from the core.svn.wordpress.org repository. 2013-10-25 02:29:52 +00:00
feed.php Force a separator in get_wp_title_rss() if it was inadvertently filtered out by the theme. 2014-06-30 10:11:15 +00:00
formatting.php Remove obsolete comment in wptexturize(). 2014-06-30 17:59:14 +00:00
functions.php Some fixes for get_weekstartend() docs. 2014-07-01 14:59:15 +00:00
functions.wp-scripts.php In wp_localize_script(), instantiate the $wp_scripts global instead of bailing when it is called before wp_enqueue_scripts. This allows wp_enqueue_media() to be called on the front end with no JS errors. 2014-06-26 01:38:15 +00:00
functions.wp-styles.php
general-template.php Use includes_url() in wlwmanifest_link(). 2014-06-29 22:27:15 +00:00
http.php
kses.php Make wp_kses_no_null() remove any invalid control characters in a string. 2014-07-01 18:01:17 +00:00
l10n.php Add @since for get_translations_for_domain(). 2014-07-01 15:29:13 +00:00
link-template.php Don't generate adjacent links in wp_head() for attachments. 2014-06-18 00:05:16 +00:00
load.php
locale.php
media-template.php Use the proper height property when calculating video size in wp_underscore_video_template(). 2014-06-23 20:35:18 +00:00
media.php Pass $url parameter to wp_embed_defaults() and 'embed_defaults' filter. 2014-06-30 11:16:15 +00:00
meta.php Replace all uses of like_escape() with $wpdb->esc_like(). 2014-06-10 00:44:15 +00:00
ms-blogs.php In multisite, on the updated_option action, if the option name is one of: 'blogname', 'siteurl', 'post_count' - refresh the blog details cache for the current blog id. 2014-06-28 04:07:16 +00:00
ms-default-constants.php
ms-default-filters.php In multisite, on the updated_option action, if the option name is one of: 'blogname', 'siteurl', 'post_count' - refresh the blog details cache for the current blog id. 2014-06-28 04:07:16 +00:00
ms-deprecated.php
ms-files.php
ms-functions.php get_blog_details()->post_count should update on more actions than just publish_post. 2014-06-26 00:53:15 +00:00
ms-load.php Replace all uses of like_escape() with $wpdb->esc_like(). 2014-06-10 00:44:15 +00:00
ms-settings.php Move ms-load.php and ms-default-constants.php inclusion back to ms-settings.php to avoid breaking WP-CLI. 2014-06-30 23:50:15 +00:00
nav-menu-template.php Correct filter documentation in wp_nav_menu(). 2014-06-27 03:37:16 +00:00
nav-menu.php return false in has_nav_menu() if the $location does not exist in the $_wp_registered_nav_menus global. 2014-06-26 00:57:15 +00:00
option.php Conditionally set the the secure flag on the test cookie, post password cookie, settings cookies, and comment author cookies depending on whether the front end and/or admin area are served over https. Fixes #28427 2014-06-29 13:25:16 +00:00
pluggable-deprecated.php
pluggable.php Asterisk is an allowed character in a URI and should not be stripped out by wp_sanitize_redirect(). 2014-07-01 15:56:15 +00:00
plugin.php General phpDoc fixes in wp-includes/plugin.php. 2014-06-29 09:19:15 +00:00
post-formats.php
post-template.php Use the WPINC constant when loading class-phpass.php 2014-06-29 22:12:16 +00:00
post-thumbnail-template.php
post.php Notify developers when register_post_type() or register_taxonomy() fails because of post type or taxonomy key length. 2014-06-29 21:54:14 +00:00
query.php First-run documention of WP_Query argument defaults. 2014-06-28 23:03:17 +00:00
registration-functions.php
registration.php
revision.php
rewrite.php
rss-functions.php
rss.php
script-loader.php Revert [28911] for performance concerns. 2014-06-29 23:43:14 +00:00
shortcodes.php
taxonomy.php Notify developers when register_post_type() or register_taxonomy() fails because of post type or taxonomy key length. 2014-06-29 21:54:14 +00:00
template-loader.php
template.php
theme.php
update.php Use direct typecasting instead of intval() for better performance. 2014-06-24 16:06:14 +00:00
user.php Use the WPINC constant when loading class-phpass.php 2014-06-29 22:12:16 +00:00
vars.php
version.php WP_Date_Query: The inclusive logic should include all times within the date range. 2014-07-01 01:18:15 +00:00
widgets.php
wlwmanifest.xml
wp-db.php In $wpdb->update(), prevent explosions when $where is empty. 2014-06-24 00:24:14 +00:00
wp-diff.php