Commit Graph

  • c9ac809611 Quick/Bulk Edit: Ensure the proper actions is triggered when using the bulk updater. Jake Spurlock 2020-06-23 05:54:15 +00:00
  • 7b08983ce4 Comments: Ensure the proper comment count and pages for unapproved comments. Jake Spurlock 2020-06-23 05:22:39 +00:00
  • 888421a924 Formatting: Extend wp_kses_hair and wp_kses_hair_parse to allow digits and underscores. Jake Spurlock 2020-06-23 05:05:57 +00:00
  • 8b483b77b9 I18N: Introduce domain specific i18n gettext hooks. Jake Spurlock 2020-06-23 04:41:02 +00:00
  • 65dfce752e Editor: Revert [48119]. Robert Anderson 2020-06-23 00:13:29 +00:00
  • 5acb95916f Administration: Remove unnecessary !important CSS rules from common.css Jake Spurlock 2020-06-22 23:59:04 +00:00
  • 4cbe419d15 Media: Ensure that uploaded images get a success notification by users with upload_files capability. Jake Spurlock 2020-06-22 23:51:09 +00:00
  • 800cfa8a82 Privacy: Use relative paths for exported personal data. Jake Spurlock 2020-06-22 22:38:11 +00:00
  • 8216e5019a Administration: Remove the xmlns attribute on the <html> tag. Sergey Biryukov 2020-06-22 21:24:44 +00:00
  • 5b684a6bfb Site Health: Correct the check of whether the theme directory is writable when the current theme is symlinked into the theme directory. Sergey Biryukov 2020-06-22 20:13:28 +00:00
  • 517c27e297 Docs: Small inline documentation corrections following [48121]. Jonathan Desrosiers 2020-06-22 19:07:57 +00:00
  • 52b1c0c9d3 Administration: Improve the plugin and theme auto-update emails. Jonathan Desrosiers 2020-06-22 18:16:30 +00:00
  • 01a749217c General: Reference the correct database version for 5.5.0 upgrades. Jonathan Desrosiers 2020-06-22 17:31:37 +00:00
  • e26394bb2d General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language. Jonathan Desrosiers 2020-06-22 17:24:34 +00:00
  • 9e3b322f8f Plugins: Make the appearance of plugin action links on Add Plugins screen more consistent. Sergey Biryukov 2020-06-22 15:28:09 +00:00
  • 33438e0658 Editor: Update default block categories Ella van Durpe 2020-06-22 14:05:36 +00:00
  • 9b2b8cad20 Editor: Remove default "layout" block attribute from WP_Block_Type::get_attributes Greg Ziółkowski 2020-06-22 12:20:20 +00:00
  • 699c8557f9 Blocks: Add context fields to WP_Block_Type Greg Ziółkowski 2020-06-22 10:24:42 +00:00
  • 8e0e6bc3aa Accessibility: Improve readability by removing unnecessary italic font style. afercia 2020-06-21 18:01:02 +00:00
  • 98d22d5d3d I18N: Restore the "Error:" prefix for error messages. Andrea Fercia 2020-06-21 13:58:46 +00:00
  • e8176a19e2 Posts, Post Types: Avoid a PHP warning when get_the_content() is called outside of the loop. Sergey Biryukov 2020-06-21 10:34:35 +00:00
  • a7264f196d Posts, Post Types: Simplify test_setup_postdata_loop(). Sergey Biryukov 2020-06-21 10:28:52 +00:00
  • 0c1a49c728 REST API: Add "Link" to the list of exposed cors headers. Timothy Jacobs 2020-06-20 23:54:32 +00:00
  • 8909a914c7 Coding Standards: Replace echo sprintf() with printf(). Sergey Biryukov 2020-06-20 13:16:45 +00:00
  • 738144bd05 Docs: Remove extra spaces from @param tags. Sergey Biryukov 2020-06-20 12:57:00 +00:00
  • cdf3431ac9 Docs: Remove @staticvar tags from core. Sergey Biryukov 2020-06-20 12:38:55 +00:00
  • b28cafc333 Docs: Correct DocBlock placement for allow_subdirectory_install filter. Sergey Biryukov 2020-06-20 12:21:30 +00:00
  • fd652234c4 Docs: Miscellaneous DocBlock corrections for email filters in wp-includes/user.php. Sergey Biryukov 2020-06-20 12:20:24 +00:00
  • c682da9190 Docs: Use a hyphen with the "non" prefix in a more consistent way. Sergey Biryukov 2020-06-20 12:13:58 +00:00
  • e27ad0f007 Docs: Miscellaneous DocBlock corrections for plugin and theme installation and updates. Sergey Biryukov 2020-06-20 12:12:39 +00:00
  • 5e2ef3d937 Docs: Capitalize "ID", when referring to a post ID, term ID, etc. in a more consistent way. Sergey Biryukov 2020-06-20 12:00:07 +00:00
  • 7179459b79 Docs: Synchronize and correct the documentation for wp_nav_menu() arguments in bundled themes. Sergey Biryukov 2020-06-20 11:20:25 +00:00
  • 806c94fe0a Docs: Remove an empty line between @param and @return tags, per the documentation standards. Sergey Biryukov 2020-06-20 11:16:12 +00:00
  • bcdaf86a42 Docs: Fix some documentation errors in bundled themes. John Blackbourn 2020-06-20 07:22:31 +00:00
  • 1db25e3d38 Docs: Remove unnecessary variables names from @return tags. John Blackbourn 2020-06-19 22:53:54 +00:00
  • b34efdd38a Docs: Misc improvements to inline docs. John Blackbourn 2020-06-19 22:25:47 +00:00
  • 4b1b525f31 Docs: Corrections and improvements to inline docs related to XML sitemaps. John Blackbourn 2020-06-19 22:24:14 +00:00
  • c7f03167a7 Docs: Corrections and improvements to inline docs related to plugin and theme auto-updates. John Blackbourn 2020-06-19 22:15:36 +00:00
  • 44def76306 Build/Test Tools: Replace the banner text from wp-emoji-loader.min.js in formatting.php during build process. Sergey Biryukov 2020-06-19 22:06:28 +00:00
  • 82cfc3f62d Help/About: Move "Learn more: Auto-updates documentation" link about "Support", for consistency with other screens. Sergey Biryukov 2020-06-19 21:12:34 +00:00
  • 17354cb06b Sitemaps: Rename the wp_sitemaps_is_enabled filter to wp_sitemaps_enabled. Sergey Biryukov 2020-06-19 17:58:17 +00:00
  • 7bf879af49 Docs: Document globals in WP_Sitemaps_* classes the same way they are documented in the rest of core. Sergey Biryukov 2020-06-19 17:54:56 +00:00
  • 52ce85d0a5 Plugins and Themes Auto-Updates: - Fix displaying of errors on the Themes screen. - Correct the classes used for the error messages, and use notice-alt as notices are mostly shown on a white background. Andrew Ozz 2020-06-19 16:49:58 +00:00
  • 65bc801eba Docs: Add missing return type for _remove_theme_support(). desrosj 2020-06-19 14:44:02 +00:00
  • 19a99901e1 Filesystem API: Expicitly set directory permissions in WP_Filesystem_SSH2::mkdir(). Sergey Biryukov 2020-06-19 10:36:05 +00:00
  • d4f4f4232c Coding Standards: Add some space around control structures in WP_Filesystem_* classes for consistency and better readability. Sergey Biryukov 2020-06-19 10:34:26 +00:00
  • 13614f7dc9 Privacy: Revert use relative paths for exported personal data. Jake Spurlock 2020-06-18 23:00:31 +00:00
  • 634a3542d1 Privacy: Use relative paths for exported personal data. Jake Spurlock 2020-06-18 21:38:51 +00:00
  • a1fd329682 Formatting: new filter safecss_filter_attr_allow_css on css parts. Adam Silverstein 2020-06-18 20:59:43 +00:00
  • 901d9c69f9 Docs: Add missing $user_data parameter name to lostpassword_post and lostpassword_errors filter DocBlocks. Sergey Biryukov 2020-06-18 20:27:48 +00:00
  • f31a966c9f Login and Registration: Introduce lostpassword_errors filter in retrieve_password() for errors encountered on a password reset request. Sergey Biryukov 2020-06-18 20:22:16 +00:00
  • d6b5fbf9ba Coding Standards: Use strict comparison for JS fragment in wp-admin/admin-header.php. Sergey Biryukov 2020-06-18 20:06:42 +00:00
  • 95ca14cf16 Administration: Combine the styles for <p> and .wp-die-message, instead of duplicating. Sergey Biryukov 2020-06-18 15:05:58 +00:00
  • ce955603cb Coding Standards: Fix WPCS issues in wp-includes/sitemaps/. Sergey Biryukov 2020-06-18 14:43:31 +00:00
  • 74967e46ab Coding Standards: Remove unused variable in WP_Sitemaps_Provider::get_sitemap_entries(). Sergey Biryukov 2020-06-18 14:42:36 +00:00
  • c55d9d0159 Sitemaps: Bump $wp_db_version to flush rewrite rules after [48072]. Pascal Birchler 2020-06-18 11:24:31 +00:00
  • 2cb1a61c69 Fix empty line phpcs error. Andrew Ozz 2020-06-18 00:44:41 +00:00
  • 8ca76ddd0a Plugins and Themes Auto-Updates: allow overriding of the HTML for the auto-update setting link. This will let plugins show better/specific information when they are overriding the auto-update settings, for example "Updates are managed by ... plugin". Andrew Ozz 2020-06-17 23:58:15 +00:00
  • dbceb01b83 Menus: Check the correct variable in Walker_Nav_Menu_Edit::start_el() when menu item is a taxonomy term. Sergey Biryukov 2020-06-17 19:45:56 +00:00
  • fbb42b017b External Libraries: Update Moment.js to 2.26.0. Sergey Biryukov 2020-06-17 17:38:40 +00:00
  • 6ce65a2207 Bundled Themes: Twenty Sixteen table border extends beyond table. Ian Belanger 2020-06-17 17:25:19 +00:00
  • 6ce58a4bac Bundled Themes: Twenty Nineteen horizontal rule is very narrow. Ian Belanger 2020-06-17 15:46:47 +00:00
  • b58973554d Sitemaps: Add XML sitemaps functionality to WordPress. Pascal Birchler 2020-06-17 15:22:49 +00:00
  • 92456a8d4b Site Health: Verify PHP version requirements when auto-updating themes. Jonathan Desrosiers 2020-06-17 14:46:23 +00:00
  • 9c04110b46 Script Loader: Include the script or style handle in _wp_scripts_maybe_doing_it_wrong() message. Sergey Biryukov 2020-06-17 10:14:36 +00:00
  • 2b42ac5a12 REST API: Only register one block renderer route. TimothyBlynJacobs 2020-06-17 03:20:02 +00:00
  • 34b6e12529 Docs: List the expected return type first for size_format() and wp_get_original_referer(). Sergey Biryukov 2020-06-16 21:22:09 +00:00
  • 3bdf8b7b02 Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards. Sergey Biryukov 2020-06-16 21:05:20 +00:00
  • 9f11a8414f Text Changes: Replace "webmaster" with "site admin" in register_new_user(). Sergey Biryukov 2020-06-16 20:03:13 +00:00
  • eff94648d7 Coding Standards: Rename the $clean or $ids variable in several functions to $non_cached_ids for clarity. Sergey Biryukov 2020-06-16 19:07:04 +00:00
  • e4937bc7dd Bundled Themes: Twenty Seventeen pagination links don't appear for home pages. Ian Belanger 2020-06-16 18:38:53 +00:00
  • f30b219147 Coding Standards: Fix WPCS issues in wp-admin/nav-menus.php. Sergey Biryukov 2020-06-16 18:36:42 +00:00
  • 092f79ab7a Help/About: Add help tabs to provide informations about plugin & themes auto-updates. Jake Spurlock 2020-06-16 17:27:05 +00:00
  • b139654684 Bundled Themes: Twenty Seventeen Navbar z-index issue. Ian Belanger 2020-06-16 17:14:05 +00:00
  • d17a57a945 Themes: Add additional later escaping to post_class() and body_class() functions. Jake Spurlock 2020-06-16 16:55:45 +00:00
  • 50ece6d31c I18N: Remove the "Error:" prefix from error messages. Andrea Fercia 2020-06-16 15:33:37 +00:00
  • 6334056f65 Build/Test Tools: Prevent double /s when including PHPMailer files. Jonathan Desrosiers 2020-06-16 13:57:05 +00:00
  • 727249cfc6 Customize: Introduce get_custom_logo_image_attributes filter for the list of custom logo image attributes. Sergey Biryukov 2020-06-16 11:47:31 +00:00
  • cbc71bb1a1 Administration: Remove wp-auth-check from the Heartbeat API. Jake Spurlock 2020-06-16 07:07:54 +00:00
  • def933ced7 Cache API: Add wp_cache_get_multiple() to core functions. Jake Spurlock 2020-06-16 06:28:57 +00:00
  • acf0f67a43 I18N: Add i18n to size_format(). Jake Spurlock 2020-06-16 06:08:07 +00:00
  • 78747f9353 REST API: Allow queries other than the main query to be is_home. Jake Spurlock 2020-06-16 06:02:55 +00:00
  • 5f49b025aa Code Standards: Cleanup some code spacing. Jake Spurlock 2020-06-16 00:54:28 +00:00
  • 5cb54881e8 Menus: Provide menu settings when creating a new menu. Jake Spurlock 2020-06-15 23:20:18 +00:00
  • 1d5e59c538 Comments: Don't display edit links to trashed post comments. Jake Spurlock 2020-06-15 23:04:27 +00:00
  • 00c0913c1f Text Changes: Replace "Webmaster" in output messages with more appropriate terms: Sergey Biryukov 2020-06-15 19:39:32 +00:00
  • dfcbff2db0 Emoji: Upgrade Twemoji to version 13.0.0. Jonathan Desrosiers 2020-06-15 18:02:14 +00:00
  • 5b69998102 Bundled Themes: Twenty Nineteen dropcap appears higher than expected in Firefox. Ian Belanger 2020-06-15 15:11:01 +00:00
  • 69c92a64aa Coding Standards: Remove the PHP Compatibility scanning job from the allowed_failures list. Jonathan Desrosiers 2020-06-15 15:02:32 +00:00
  • 6d10290267 General: Continuing to work towards a passing PHP Compatibility scan. Jonathan Desrosiers 2020-06-15 14:54:23 +00:00
  • d9c53241dc Networks and Sites: Don't unnecessarily switch to the current blog in get_blog_details(). Sergey Biryukov 2020-06-15 12:29:13 +00:00
  • eb06a59f53 Posts, Post Types: Introduce default_category_post_types filter. Sergey Biryukov 2020-06-14 21:40:10 +00:00
  • 90d8fdb5bb Users: On the 'Add New User' screen, don't show the roles dropdown if the current user can't promote other users. Dominik Schilling 2020-06-14 17:01:51 +00:00
  • 5b31b4eee4 Coding Standards: Fix code indentation in post_submit_meta_box() to improve readability. Dominik Schilling 2020-06-14 16:29:33 +00:00
  • 9c0fd94558 Coding Standards: Use strict comparison in js/_enqueues/lib/ajax-response.js. Sergey Biryukov 2020-06-14 11:26:22 +00:00
  • d7b5385f04 Accessibility: Themes: Don't link to the home page in get_custom_logo() when it's displayed on the home page. Sergey Biryukov 2020-06-14 10:00:47 +00:00
  • 73280035e6 External Libraries: Update Masonry to 4.2.2 and imagesLoaded to 4.1.4. Sergey Biryukov 2020-06-13 18:51:07 +00:00
  • d0268ece09 Themes: Ensure the theme slug is set before checking if the theme is installed or active. Sergey Biryukov 2020-06-13 14:24:30 +00:00
  • a0742854fa Coding Standards: Exclude the whole PHPMailer directory from WPCS checks, for consistency with other external libraries in their own directory. Sergey Biryukov 2020-06-13 12:34:12 +00:00
  • de4d6b454b External Libraries: Add class aliases for phpmailerException and SMTP to deprecated files to account for the new namespace. Sergey Biryukov 2020-06-12 21:40:52 +00:00