WordPress/wp-includes
2015-07-15 04:40:29 +00:00
..
certificates
css WordPress 4.2 2015-04-23 16:26:10 +00:00
fonts
ID3
images
js Add some of the TinyMCE 4.1.10 fixes to 4.2. 2015-05-06 05:12:29 +00:00
pomo
SimplePie
Text
theme-compat
admin-bar.php
atomlib.php
author-template.php
bookmark-template.php
bookmark.php The keyword elseif should be used instead of else if so that all control keywords look like single words. 2015-01-08 07:05:25 +00:00
cache.php
canonical.php
capabilities.php In Multisite, prevent plugins from unintentionally switching sites. 2015-04-20 07:27:27 +00:00
category-template.php
category.php
class-feed.php
class-http.php
class-IXR.php
class-json.php
class-oembed.php
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 Theme Switcher: Provide an easier way to reset back to the current active theme. 2015-04-22 16:15:27 +00:00
class-wp-customize-manager.php Theme Switcher: Provide an easier way to reset back to the current active theme. 2015-04-22 16:15:27 +00:00
class-wp-customize-panel.php
class-wp-customize-section.php
class-wp-customize-setting.php
class-wp-customize-widgets.php Customizer: Better experience for widget filtering in desktop and iOS Safari. 2015-04-21 14:15:26 +00:00
class-wp-editor.php Remove some old backwards compatilibity code from TinyMCE. 2015-04-20 05:50:27 +00:00
class-wp-embed.php Revert editing of video embed parameters in the media modal, [31620] and [31626] for now. Plan on revisiting in 4.3. 2015-04-21 22:41:26 +00:00
class-wp-error.php
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 Correctly escape theme version numbers when displaying them. 2015-04-20 06:27:25 +00:00
class-wp-walker.php
class-wp-xmlrpc-server.php Remove duplicate string with a typo, merge it with an existing string. 2015-04-20 15:27:25 +00:00
class-wp.php [31210] broke Supportflow on dotorg, which declares these methods as protected. Switch to protected for the noop methods. The subclasses can make them more visible using public. 2015-01-16 18:37:24 +00:00
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php Don't add a class for comment authors who are members of the current site. 2015-04-21 23:36:25 +00:00
comment.php WPDB: When checking that a string can be sent to MySQL, we shouldn't use mb_convert_encoding(), as it behaves differently to MySQL's character encoding conversion. 2015-05-06 03:30:30 +00:00
compat.php WPDB: When checking that a string can be sent to MySQL, we shouldn't use mb_convert_encoding(), as it behaves differently to MySQL's character encoding conversion. 2015-05-06 03:30:30 +00:00
cron.php
date.php
default-constants.php
default-filters.php
default-widgets.php
deprecated.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php
formatting.php Emoji: 2015-05-06 01:35:26 +00:00
functions.php Revert [30640], as it was incorrectly checking some filenames. 2015-04-20 06:39:25 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
http.php
kses.php
l10n.php
link-template.php
load.php
locale.php
media-template.php Revert editing of video embed parameters in the media modal, [31620] and [31626] for now. Plan on revisiting in 4.3. 2015-04-21 22:41:26 +00:00
media.php
meta.php
ms-blogs.php
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php
ms-load.php
ms-settings.php
nav-menu-template.php
nav-menu.php
option.php
pluggable-deprecated.php
pluggable.php The UTF-8 regex can occasionally fail on very low memory machines. Reduce the amount of memory it uses. 2015-05-06 07:06:29 +00:00
plugin.php
post-formats.php
post-template.php
post-thumbnail-template.php
post.php Attachment URLs should only be forced to SSL on the front end. 2015-05-06 16:21:29 +00:00
query.php
registration-functions.php
registration.php
revision.php
rewrite.php
rss-functions.php
rss.php
script-loader.php Make translator comments for the strings added in [31982] more accurate. Add some new comments. 2015-04-20 15:44:25 +00:00
session.php
shortcodes.php
taxonomy.php Remove duplicate semicolon introduced in [32384]. 2015-05-06 22:49:28 +00:00
template-loader.php
template.php
theme.php Add a missing return description for has_header_image(). 2015-04-05 17:11:28 +00:00
update.php
user.php Ensure that 'who' param is respected when generating meta_query in WP_User_Query. 2015-04-20 15:16:27 +00:00
vars.php
version.php Enable utf8mb4 for MySQL extension users. Previously utf8mb4 was limited to MySQLi users only unintentionally. 2015-07-03 12:44:28 +00:00
widgets.php
wlwmanifest.xml
wp-db.php WPDB: When checking that text isn't too long to insert into a column, LONGTEXT columns could fail, as their length is longer than PHP_INT_MAX. Treating their length as a float instead of an int fixes this. 2015-07-15 04:40:29 +00:00
wp-diff.php