WordPress/wp-includes
2013-05-30 00:08:53 +00:00
..
css Compress scripts/styles: 3.6-beta3-24312. 2013-05-22 02:58:58 +00:00
ID3
images
js Heartbeat: in isLocalFrame() compare window.location.origin to iframe.src to stop most cases where WebKit triggers errors about different iframe origin, see #23216 2013-05-30 00:08:53 +00:00
pomo
SimplePie
Text Declare Text_Diff::trimNewlines() as static. Upstream is not back compat. props aaroncampbell. fixes #24372. 2013-05-25 22:10:53 +00:00
theme-compat
admin-bar.php
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php
canonical.php
capabilities.php In WP_User::get_data_by(), don't abs int negative IDs. Instead, return false when an ID less than 1 is passed. 2013-05-22 18:14:37 +00:00
category-template.php Fix E_STRICT notices in walkers. props dvarga. see #24356. 2013-05-28 03:29:15 +00:00
category.php
class-feed.php
class-http.php Pinking shears 2013-05-20 12:10:58 +00:00
class-IXR.php
class-json.php
class-oembed.php Add the Daily Motion shortlink, dai.ly, to the default oembed provider list. 2013-05-20 12:08:07 +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 Remove /extend/ from URLs to wordpress.org/plugins, /themes, and /mobile, as those are all now top-level. see #24389. 2013-05-22 21:01:57 +00:00
class-wp-customize-manager.php Introduce customize_save_after action. 2013-05-24 10:33:30 +00:00
class-wp-customize-section.php
class-wp-customize-setting.php
class-wp-editor.php TinyMCE: don't import color and background-color from the content when creating menus that have preview capabilities. 2013-05-23 22:49:06 +00:00
class-wp-embed.php
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
class-wp-walker.php Fix E_STRICT notices in walkers. props dvarga. see #24356. 2013-05-28 03:29:15 +00:00
class-wp-xmlrpc-server.php XMLRPC: Expose the admin and login urls as read-only options over xml-rpc to make it easier to write rich clients. Fixes #23446 props daniloercoli. 2013-05-29 11:01:32 +00:00
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php Fix E_STRICT notices in walkers. props dvarga. see #24356. 2013-05-28 03:29:15 +00:00
comment.php * Introduce wp_parse_post_content() and use it in setup_postdata(), get_the_content(), and get_the_remaining_content(). 2013-05-20 11:05:50 +00:00
compat.php
cron.php
default-constants.php
default-filters.php * Introduce wp_parse_post_content() and use it in setup_postdata(), get_the_content(), and get_the_remaining_content(). 2013-05-20 11:05:50 +00:00
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 Use the site's locale for the feed language. Provides the same result as language_attributes(). Removes the rss_language option. fixes #13440. see #5517. 2012-01-29 19:56:33 +00:00
feed.php
formatting.php
functions.php Logged out warnings: fix same domain comparison in wp_auth_check_html() when FORCE_SSL_LOGIN && ! FORCE_SSL_ADMIN. See #23295 2013-05-15 22:09:54 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php
http.php
kses.php
l10n.php
link-template.php
load.php When WP_DEBUG, set PHP error_reporting level to E_ALL. This will include E_DEPRECATED in PHP 5.3, and E_STRICT in PHP 5.4. 2013-05-17 20:44:54 +00:00
locale.php
media-template.php Remove /extend/ from URLs to wordpress.org/plugins, /themes, and /mobile, as those are all now top-level. see #24389. 2013-05-22 21:01:57 +00:00
media.php No need for a pass-by-reference here. props sunnyratilal, fixes #24433. 2013-05-27 15:47:46 +00:00
meta.php
ms-blogs.php
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php Use stripslashes() instead of wp_unslash() in ms-files.php to avoid formatting.php dependency. props devesine, fixes #24374. 2013-05-20 20:20:22 +00:00
ms-functions.php
ms-load.php
ms-settings.php
nav-menu-template.php
nav-menu.php
option.php
pluggable-deprecated.php Remove /extend/ from URLs to wordpress.org/plugins, /themes, and /mobile, as those are all now top-level. see #24389. 2013-05-22 21:01:57 +00:00
pluggable.php
plugin.php
post-formats.php Use correct variable. props tollmanz. fixes #24419. 2013-05-25 11:35:43 +00:00
post-template.php Fix E_STRICT notices in walkers. props dvarga. see #24356. 2013-05-28 03:29:15 +00:00
post-thumbnail-template.php
post.php * Introduce wp_parse_post_content() and use it in setup_postdata(), get_the_content(), and get_the_remaining_content(). 2013-05-20 11:05:50 +00:00
query.php * Introduce wp_parse_post_content() and use it in setup_postdata(), get_the_content(), and get_the_remaining_content(). 2013-05-20 11:05:50 +00:00
registration-functions.php
registration.php
revision.php
rewrite.php
rss-functions.php
rss.php
script-loader.php Move XHR helpers from media to utils. See #24424. 2013-05-26 06:58:01 +00:00
shortcodes.php
taxonomy.php Pinking shears 2013-05-20 12:10:58 +00:00
template-loader.php
template.php Improve punctuation in phpdoc. see #23090. 2013-03-12 09:30:13 +00:00
theme.php
update.php
user.php Remove docs suggesting that wp_update_user() creates a user if no ID is provided. See #16731, that is incorrect at this time. 2013-05-24 16:22:22 +00:00
vars.php
version.php Compress scripts/styles: 3.6-beta3-24375. 2013-05-27 15:08:27 +00:00
widgets.php Move the PHP4 constructor below the PHP5 one to avoid E_STRICT message. props uuf6429, iandunn. fixes #20801. 2013-05-19 12:32:20 +00:00
wlwmanifest.xml
wp-db.php
wp-diff.php