WordPress/wp-includes
Gary Pendergast c90cfa3b50 General: Fix some precision alignment formatting warnings.
The WPCS `WordPress.WhiteSpace.PrecisionAlignment` rule throws warnings for a bunch of code that will likely cause issues for `wpcbf`. Fixing these manually beforehand gives us better auto-fixed results later.

See #41057.


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


git-svn-id: http://core.svn.wordpress.org/trunk@42057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2017-11-26 23:57:55 +00:00
..
certificates
css Accessibility: Change all the #f00 and red to the official WordPress accent red. 2017-10-03 16:03:32 +00:00
customize General: Reformat inline if () statements inside HTML tags. 2017-11-23 04:09:49 +00:00
fonts
ID3
images
IXR
js Editor: Re-build tinymce.min.js after [42191]. 2017-11-15 23:35:49 +00:00
pomo I18N: Fix a PHP error introduced in [41722]. 2017-10-04 02:12:46 +00:00
random_compat External Libraries: Update Random_Compat from 1.2.1 to 2.0.11. 2017-11-08 11:48:49 +00:00
Requests
rest-api REST API: Add permalink_structure to the index endpoint. 2017-11-10 06:11:51 +00:00
SimplePie
Text External Libraries: Remove usage of each() from the Text_Diff_Engine_native class. 2017-10-26 12:52:53 +00:00
theme-compat General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
widgets General: Reformat inline if () statements inside HTML tags. 2017-11-23 04:09:49 +00:00
admin-bar.php Users: Remove some links to the dashboard from My Sites for users who cannot access it. 2017-10-09 15:22:46 +00:00
atomlib.php
author-template.php Editor: Add CodeMirror-powered code editor with syntax highlighting, linting, and auto-completion. 2017-09-13 06:08:47 +00:00
bookmark-template.php
bookmark.php
cache.php Docs: Standardise the format used for documenting parameters passed by reference. 2017-10-02 22:14:46 +00:00
canonical.php Canonical: Strip trailing punctuation from permalinks. 2017-10-24 14:18:48 +00:00
capabilities.php Role/Capability: Prevent a fatal error when checking a language capability early or in the frontend. 2017-10-16 22:54:57 +00:00
category-template.php Taxonomy: After [40903], restore documentation for wp_dropdown_categories() arguments that are different from the defaults in WP_Term_Query::__construct(). 2017-10-05 01:57:48 +00:00
category.php
class-feed.php
class-http.php HTTP API: Add a WP_Http class constant for the HTTP status code 301. 2017-11-20 20:54:49 +00:00
class-IXR.php
class-json.php
class-oembed.php Docs: Correct parameter type documentation for various __call() methods. 2017-11-10 22:56:47 +00:00
class-phpass.php
class-phpmailer.php
class-pop3.php
class-requests.php
class-simplepie.php
class-smtp.php
class-snoopy.php
class-walker-category-dropdown.php Docs: Standardise the format used for documenting parameters passed by reference. 2017-10-02 22:14:46 +00:00
class-walker-category.php Docs: Standardise the format used for documenting parameters passed by reference. 2017-10-02 22:14:46 +00:00
class-walker-comment.php Docs: Standardise the format used for documenting parameters passed by reference. 2017-10-02 22:14:46 +00:00
class-walker-nav-menu.php Menus: Remove an extra space in the <ul> tag in Walker_Nav_Menu::start_lvl(). 2017-10-20 10:40:46 +00:00
class-walker-page-dropdown.php
class-walker-page.php Docs: Standardise the format used for documenting parameters passed by reference. 2017-10-02 22:14:46 +00:00
class-wp-admin-bar.php Admin Bar: Fix another HTML error introduced in [42128]. 2017-11-08 23:13:46 +00:00
class-wp-ajax-response.php
class-wp-comment-query.php Correct documentation for status param of WP_Comment_Query. 2017-11-13 16:26:47 +00:00
class-wp-comment.php
class-wp-customize-control.php Customize: Deprecate nav menu classes that are no longer used, instead of removing them immediately. 2017-10-28 05:48:47 +00:00
class-wp-customize-manager.php Customize: Allow notifications for linting errors in code editor control (for Additional CSS) to be overridden to allow saving. 2017-11-13 22:46:34 +00:00
class-wp-customize-nav-menus.php Customize: Ensure customization drafts are published instead of trashed when scheduled changeset goes live while non-admin user is authenticated (such as during WP Cron). 2017-11-10 22:44:52 +00:00
class-wp-customize-panel.php Accessibility: CodeMirror editing areas minor improvements. 2017-09-24 16:00:46 +00:00
class-wp-customize-section.php Customize: Deprecate nav menu classes that are no longer used, instead of removing them immediately. 2017-10-28 05:48:47 +00:00
class-wp-customize-setting.php
class-wp-customize-widgets.php Widgets: Rename "Custom Menu" widget to "Navigation Menu". 2017-10-15 22:23:47 +00:00
class-wp-dependency.php
class-wp-editor.php Docs: Document $default_scripts parameter in _WP_Editors::enqueue_scripts(). 2017-10-18 18:09:47 +00:00
class-wp-embed.php Embeds: Improve consistency of update and refresh logic for oEmbed caching between oembed_cache and post meta. 2017-10-24 23:10:48 +00:00
class-wp-error.php
class-wp-feed-cache-transient.php
class-wp-feed-cache.php
class-wp-hook.php Docs: Use correct order of arguments in the DocBlock for WP_Hook::has_filter(). 2017-09-21 10:00:48 +00:00
class-wp-http-cookie.php
class-wp-http-curl.php I18N: Replace function name in error message in WP_Http_Curl::request() and WP_Http_Streams::request() with a placeholder. 2017-10-18 15:04:51 +00:00
class-wp-http-encoding.php
class-wp-http-ixr-client.php
class-wp-http-proxy.php
class-wp-http-requests-hooks.php
class-wp-http-requests-response.php
class-wp-http-response.php HTTP API: Use WP_HTTP_Response::set_data() in ::__construct() instead of directly accessing the $data property. 2017-10-03 15:18:46 +00:00
class-wp-http-streams.php I18N: Replace function name in error message in WP_Http_Curl::request() and WP_Http_Streams::request() with a placeholder. 2017-10-18 15:04:51 +00:00
class-wp-image-editor-gd.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
class-wp-image-editor-imagick.php
class-wp-image-editor.php
class-wp-list-util.php
class-wp-locale-switcher.php
class-wp-locale.php
class-wp-matchesmapregex.php
class-wp-meta-query.php Docs: Standardise the format used for documenting parameters passed by reference. 2017-10-02 22:14:46 +00:00
class-wp-metadata-lazyloader.php
class-wp-network-query.php Multisite: Document all return types in get_networks(). 2017-10-18 18:13:50 +00:00
class-wp-network.php Multisite: Pass network object instead of ID to pre_get_main_site_id. 2017-10-30 19:56:47 +00:00
class-wp-oembed-controller.php
class-wp-post-type.php
class-wp-post.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
class-wp-query.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
class-wp-rewrite.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
class-wp-role.php
class-wp-roles.php Docs: Correct parameter type documentation for various __call() methods. 2017-11-10 22:56:47 +00:00
class-wp-session-tokens.php
class-wp-simplepie-file.php
class-wp-simplepie-sanitize-kses.php
class-wp-site-query.php Multisite: Document all return types in get_sites(). 2017-10-18 17:39:46 +00:00
class-wp-site.php Multisite: Revert [41719]. 2017-10-16 22:29:48 +00:00
class-wp-tax-query.php Docs: Standardise the format used for documenting parameters passed by reference. 2017-10-02 22:14:46 +00:00
class-wp-taxonomy.php Introduce meta_box_sanitize_cb taxonomy argument. 2017-11-21 03:15:50 +00:00
class-wp-term-query.php Improve data types returned from empty hierarchical term queries. 2017-11-20 22:46:47 +00:00
class-wp-term.php
class-wp-text-diff-renderer-inline.php
class-wp-text-diff-renderer-table.php
class-wp-theme.php Themes: Show templates from both parent and child theme when calling WP_Theme::get_post_templates(). 2017-10-23 20:08:47 +00:00
class-wp-user-meta-session-tokens.php
class-wp-user-query.php Docs: Correct parameter type documentation for various __call() methods. 2017-11-10 22:56:47 +00:00
class-wp-user.php Docs: Correct parameter type documentation for various __call() methods. 2017-11-10 22:56:47 +00:00
class-wp-walker.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
class-wp-widget-factory.php
class-wp-widget.php Docs: Standardise the format used for documenting parameters passed by reference. 2017-10-02 22:14:46 +00:00
class-wp-xmlrpc-server.php Docs: Correct parameter type documentation for various __call() methods. 2017-11-10 22:56:47 +00:00
class-wp.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
class.wp-dependencies.php
class.wp-scripts.php Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors. 2017-10-02 22:03:33 +00:00
class.wp-styles.php Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors. 2017-10-02 22:03:33 +00:00
comment-template.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
comment.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
compat.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
cron.php Cron API: Improvements to docblocks for the event scheduling functions. 2017-11-22 15:16:47 +00:00
date.php
default-constants.php Docs: Document $wp_version global in wp_initial_constants(). 2017-10-20 22:04:56 +00:00
default-filters.php Dashboard: Remove "Try Gutenberg" callout. 2017-10-23 20:48:47 +00:00
default-widgets.php Widgets: Introduce Gallery widget for displaying image galleries. 2017-09-25 06:28:45 +00:00
deprecated.php General: Correct _deprecated_function() calls in debug_fopen(), debug_fwrite(), and debug_fclose(). 2017-10-07 00:40:52 +00:00
embed-template.php
embed.php Customize: Introduce a new experience for discovering, installing, and previewing themes within the customizer. 2017-09-29 20:13:50 +00:00
feed-atom-comments.php
feed-atom.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors. 2017-10-02 22:03:33 +00:00
formatting.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
functions.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
http.php Docs: Add @access private entries for _get_component_from_parsed_url_array() and _wp_translate_php_url_constant_to_key(). 2017-09-22 22:00:47 +00:00
kses.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
l10n.php I18N: Make sure wp_dropdown_languages() does not print out empty name and id attributes. 2017-10-04 15:23:46 +00:00
link-template.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
load.php General: Reformat inline if () statements inside HTML tags. 2017-11-23 04:09:49 +00:00
locale.php
media-template.php Media: Set correct value for "Link Rel" field in Image Details modal. 2017-08-31 11:17:45 +00:00
media.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
meta.php Database: Restore numbered placeholders in wpdb::prepare(). 2017-10-31 12:00:49 +00:00
ms-blogs.php Multisite: Document all return types in get_networks(). 2017-10-18 18:13:50 +00:00
ms-default-constants.php Multisite: Use get_current_blog_id() instead of $wpdb->blogid. 2017-10-02 01:44:47 +00:00
ms-default-filters.php Multisite: Only update a site's post count when post types of post are updated. 2017-10-02 03:09:44 +00:00
ms-deprecated.php Docs: Correct some @since MU notation that was broken in [41200]. 2017-10-03 17:44:48 +00:00
ms-files.php
ms-functions.php Users: Revert [41613], [41614], and [41623] as this feature needs some more work. 2017-10-04 22:17:46 +00:00
ms-load.php Multisite: Use WP_Network_Query in ms_load_current_site_and_network(). 2017-10-03 19:26:49 +00:00
ms-settings.php Multisite: Explicitly globalize global variables in ms-settings.php. 2017-10-16 17:06:48 +00:00
nav-menu-template.php
nav-menu.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
option.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
pluggable-deprecated.php
pluggable.php General: Pass on the return value from wp_redirect() for wp_safe_redirect(). 2017-11-20 20:24:48 +00:00
plugin.php Revert "Add wp.hooks - JavaScript actions and filters." 2017-10-04 20:25:49 +00:00
post-formats.php
post-template.php Template: Don't output an empty <ul> in the_meta() when a post only has protected metas. 2017-11-24 05:21:51 +00:00
post-thumbnail-template.php
post.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
query.php
registration-functions.php
registration.php
rest-api.php REST API: Don’t remove unregistered properties from objects in schema. 2017-10-24 21:05:49 +00:00
revision.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
rewrite.php Rewrite: In url_to_postid(), bail early if the URL does not belong to the site. 2017-10-06 23:29:51 +00:00
rss-functions.php
rss.php
script-loader.php I18N: Fix passing singular/plural strings to JS. 2017-11-13 07:08:47 +00:00
session.php
shortcodes.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
spl-autoload-compat.php
taxonomy.php Introduce meta_box_sanitize_cb taxonomy argument. 2017-11-21 03:15:50 +00:00
template-loader.php
template.php
theme.php Customize: Allow previewed menus to be customized 2017-10-24 18:35:48 +00:00
update.php Docs: Correct docs introduced in [41965]. 2017-10-21 22:42:51 +00:00
user.php Docs: Correct some @since MU notation that was broken in [41200]. 2017-10-03 17:44:48 +00:00
vars.php
version.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
widgets.php Docs: After [37329], update the documentation for register_widget() and unregister_widget(). 2017-10-19 13:51:50 +00:00
wlwmanifest.xml
wp-db.php General: Fix some precision alignment formatting warnings. 2017-11-26 23:57:55 +00:00
wp-diff.php