WordPress/wp-includes
Sergey Biryukov 987ec5e6ad Remove closing PHP tag from wp-includes/class-phpass.php.
Previously: [19712], [28678].

Props iamfriendly, amandato.
Fixes #30534.
Built from https://develop.svn.wordpress.org/trunk@34887


git-svn-id: http://core.svn.wordpress.org/trunk@34852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-10-06 23:45:25 +00:00
..
certificates
css
fonts
ID3 Update getID3 to 1.9.9 2015-06-28 00:17:25 +00:00
images
js External Libraries: update json2.js to the 2015-05-03 version. Crockford does not tag releases: https://github.com/douglascrockford/JSON-js/commits/master 2015-10-06 14:02:25 +00:00
pomo
SimplePie callback is not a valid type in PHP, PSR-5, or phpDocumentor. callable should be used instead. 2015-09-25 23:58:25 +00:00
Text
theme-compat
widgets
admin-bar.php
atomlib.php
author-template.php
bookmark-template.php
bookmark.php
cache.php
canonical.php
capabilities-functions.php MS: Use *_network_option() functions throughout core. 2015-10-02 19:08:26 +00:00
capabilities.php
category-functions.php
category-template.php
category.php Docs: Clarify the file header for wp-includes/category.php. 2015-09-22 14:20:24 +00:00
class-feed.php
class-http.php
class-IXR.php
class-json.php Docs: Put "it's" in its place (again). 2015-09-16 12:46:28 +00:00
class-oembed.php Add VideoPress as a trusted oEmbed provider. 2015-10-02 23:20:28 +00:00
class-phpass.php Remove closing PHP tag from wp-includes/class-phpass.php. 2015-10-06 23:45:25 +00:00
class-phpmailer.php
class-pop3.php
class-simplepie.php
class-smtp.php
class-snoopy.php
class-walker-category-dropdown.php
class-walker-category.php
class-walker-comment.php
class-walker-page-dropdown.php
class-walker-page.php
class-wp-admin-bar.php
class-wp-ajax-response.php
class-wp-comment-query.php
class-wp-comment.php
class-wp-customize-control.php
class-wp-customize-manager.php
class-wp-customize-nav-menus.php
class-wp-customize-panel.php
class-wp-customize-section.php
class-wp-customize-setting.php Customizer: Ensure WP_Customize_Setting::update() returns boolean value. 2015-10-05 21:58:24 +00:00
class-wp-customize-widgets.php
class-wp-editor.php Docs: There are quite alot of typos in core inline comments. 2015-09-30 04:13:48 +00:00
class-wp-embed.php
class-wp-error.php
class-wp-http-cookie.php
class-wp-http-curl.php
class-wp-http-encoding.php Docs: Add a missing file header for wp-includes/class-wp-http-encoding.php, introduced in [33748]. 2015-09-03 03:28:21 +00:00
class-wp-http-ixr-client.php
class-wp-http-proxy.php
class-wp-http-streams.php
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php Image Editor: Merge two error strings. 2015-10-05 22:40:25 +00:00
class-wp-image-editor.php
class-wp-meta-query.php
class-wp-network.php MS: Populate site_name property in a new WP_Network. 2015-10-04 20:51:25 +00:00
class-wp-post.php
class-wp-rewrite.php
class-wp-role.php
class-wp-roles.php Docs: The Users subpackage is plural. 2015-09-22 13:46:25 +00:00
class-wp-tax-query.php
class-wp-theme.php MS: Use *_network_option() functions throughout core. 2015-10-02 19:08:26 +00:00
class-wp-user-query.php Revert [34875] due to unintentional breaking change 2015-10-06 20:58:24 +00:00
class-wp-user.php
class-wp-walker.php
class-wp-widget-factory.php
class-wp-widget.php Docs: Fix the placement and ordering of some @since tags following [34780]. 2015-10-02 20:50:25 +00:00
class-wp-xmlrpc-server.php XML-RPC: allow wp_xmlrpc_server::wp_getPosts() to receive s as a filter. 2015-10-06 13:41:26 +00:00
class-wp.php
class.wp-dependencies.php
class.wp-scripts.php Scripts: in WP_Scripts::set_group(), the args prop of the _WP_Dependency instance defaults to null - check that it is set before comparing. 2015-10-06 13:54:25 +00:00
class.wp-styles.php
comment-functions.php Rechristen the get_page_of_comment filter. 2015-10-03 22:43:27 +00:00
comment-template.php Template: Introduce a new class_form argument in comment_form(), allowing customization of the form class attribute. 2015-10-06 17:17:24 +00:00
comment.php
compat.php REST API: add JsonSerializable() compatibility interface for PHP <5.4 to compat.php 2015-10-06 02:56:24 +00:00
cron.php
date.php
default-constants.php MS: Use *_network_option() functions throughout core. 2015-10-02 19:08:26 +00:00
default-filters.php Merge the Responsive Images feature plugin into core, initial commit. See: https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/ 2015-10-06 04:59:24 +00:00
default-widgets.php
deprecated.php
embed-functions.php Embeds: move some functions from media.php to a new file, embed-functions.php, via svn cp 2015-10-06 03:59:24 +00:00
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php
formatting.php Docs: Remove documentation for a phantom parameter not actually passed to the is_email filter. 2015-10-02 07:03:25 +00:00
functions.php REST API: add a utility function, mysql_to_rfc3339() to functions.php 2015-10-06 03:19:25 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php shttp is not a protocol. 2015-10-02 22:48:26 +00:00
http-functions.php
http.php
kses.php
l10n.php Use wp_installing() instead of WP_INSTALLING constant. 2015-10-05 15:06:28 +00:00
link-template.php
load.php Use wp_installing() instead of WP_INSTALLING constant. 2015-10-05 15:06:28 +00:00
locale.php
media-template.php
media.php Docs: Update an inline comment in wp_get_attachment_image_sizes(), which came in as part of the Responsive Images merge in [34855]. 2015-10-06 17:47:24 +00:00
meta-functions.php
meta.php
ms-blogs.php
ms-default-constants.php MS: Use *_network_option() functions throughout core. 2015-10-02 19:08:26 +00:00
ms-default-filters.php
ms-deprecated.php MS: Use *_network_option() functions throughout core. 2015-10-02 19:08:26 +00:00
ms-files.php
ms-functions.php Multisite: Introduce get_subdirectory_reserved_names(), which returns a filterable list of reserved subdirectory site names. 2015-10-06 04:35:25 +00:00
ms-load.php MS: Use *_network_option() functions throughout core. 2015-10-02 19:08:26 +00:00
ms-settings.php Use wp_installing() instead of WP_INSTALLING constant. 2015-10-05 15:06:28 +00:00
nav-menu-template.php
nav-menu.php Introduce the wp_add_nav_menu_item action, fired immediately after a new nav menu item has been added. 2015-10-02 06:46:24 +00:00
option.php Transients: Clarify the expiration_of_site_transient_$transient filter description. 2015-10-06 18:11:24 +00:00
pluggable-deprecated.php
pluggable.php MS: Use *_network_option() functions throughout core. 2015-10-02 19:08:26 +00:00
plugin.php
post-formats.php
post-functions.php Docs: Only document get_posts() argument defaults that differ from, or aren't present in the defaults offered by WP_Query::parse_query(). 2015-10-06 23:19:24 +00:00
post-template.php Posts: Add post class for password protected posts. 2015-10-06 21:54:24 +00:00
post-thumbnail-template.php
post.php
query.php Include post__in as a value available to the orderby parameter in the docs for WP_Query::parse_query(). 2015-10-05 20:58:29 +00:00
registration-functions.php
registration.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
revision.php
rewrite-constants.php
rewrite-functions.php
rewrite.php
rss-functions.php
rss.php
script-loader.php Script Loader: Update version of json2.js after [34863]. 2015-10-06 15:52:26 +00:00
session.php
shortcodes.php Shortcodes: Pass the name as context for shortcode_atts_{$shortcode}. 2015-10-06 14:34:24 +00:00
taxonomy-functions.php Docs: _pad_term_counts() takes an array of objects passed by reference, not term IDs. 2015-10-06 22:39:23 +00:00
taxonomy.php
template-loader.php
template.php Add single-{post_type}-{post_name}.php to the top of the template hierarchy for single posts. 2015-10-03 15:00:25 +00:00
theme.php Use wp_installing() instead of WP_INSTALLING constant. 2015-10-05 15:06:28 +00:00
update.php Use wp_installing() instead of WP_INSTALLING constant. 2015-10-05 15:06:28 +00:00
user-functions.php Users: Empty sanitized usernames should be considered invalid when passed through validate_username(). 2015-10-06 05:35:25 +00:00
user.php
vars.php
version.php Remove closing PHP tag from wp-includes/class-phpass.php. 2015-10-06 23:45:25 +00:00
widget-functions.php
widgets.php
wlwmanifest.xml
wp-db.php
wp-diff.php