Commit Graph

  • 0445f4b95c Accessibility: Privacy: Accessibility improvements for the Privacy Policy Guide page. Andrea Fercia 2020-06-30 13:54:40 +00:00
  • 2df56667b3 Accessibility: Site Health: Improve the "Copy site info" button accessibility. Andrea Fercia 2020-06-30 13:24:12 +00:00
  • 36a39ff333 Accessibility: Media: Add a "Copy URL" button to the attachment File URL fields. Andrea Fercia 2020-06-30 13:14:05 +00:00
  • cc4767cec0 Tests: Place remove_filter() calls for _wp_update_comment_data_filter() before the assertions, for consistency with other tests. Sergey Biryukov 2020-06-30 12:27:05 +00:00
  • 595a799da0 Comments: Add a @since note to the wp_update_comment_data filter about returning a WP_Error value. Sergey Biryukov 2020-06-30 12:01:05 +00:00
  • 3e1f66bb2e Coding Standards: Add missing visibility keywords to Tests_Comment methods. Sergey Biryukov 2020-06-30 11:38:40 +00:00
  • 7653810aa2 Tests: Remove unnecessary i18n from _wp_update_comment_data_filter(). Sergey Biryukov 2020-06-30 11:34:58 +00:00
  • 5f046745ff Comments: Correct $wpdb->prepare() usage in _wp_batch_update_comment_type(). Sergey Biryukov 2020-06-30 11:28:55 +00:00
  • ce23609e56 Docs: Correct $wp_query global reference in render_block(). Sergey Biryukov 2020-06-30 11:14:33 +00:00
  • 4a495dfc99 Comments: Introduce wp_update_comment_type_batch_size filter for the comment batch size in _wp_batch_update_comment_type(). Sergey Biryukov 2020-06-30 11:03:57 +00:00
  • 910de8f689 Editor: Introduce block context Greg Ziółkowski 2020-06-30 11:02:22 +00:00
  • 9602c4acf7 Docs: Add a @since note to edit_comment() about the new return value. Sergey Biryukov 2020-06-30 01:02:52 +00:00
  • 5d0b2a7510 Tests: Remove unnecessary tearDown() method in Tests_Ajax_EditComment. Sergey Biryukov 2020-06-30 00:58:07 +00:00
  • 43977e7689 Docs: Remove @return void from some tests, per the documentation standards. Sergey Biryukov 2020-06-30 00:41:57 +00:00
  • 6dca33c0b1 Docs: Improve documentation for Ajax comment tests per the documentation standards. Sergey Biryukov 2020-06-30 00:41:30 +00:00
  • 6c81fa8a73 Docs: Correct documentation for the filter parameter of get_category() and get_tag(). Sergey Biryukov 2020-06-30 00:02:05 +00:00
  • 99c3a2695b Comments: Make wp_update_comment() return a WP_Error object for a canceled update, if $wp_error parameter is true. Sergey Biryukov 2020-06-29 23:40:56 +00:00
  • 8b31484919 Tests: Remove unnecessary i18n from _wp_update_comment_data_filter(). Sergey Biryukov 2020-06-29 23:07:09 +00:00
  • 726b1f664c Comments: Make wp_update_comment() return a WP_Error object on database error, if $wp_error parameter is true. Sergey Biryukov 2020-06-29 23:04:17 +00:00
  • 9787f2fff9 Comments: Minor adjustments to wp_update_comment(): Sergey Biryukov 2020-06-29 22:42:08 +00:00
  • dc3c92d08f Docs: Improve documentation for the $prev_value parameter and return result of various metadata update functions. Sergey Biryukov 2020-06-29 21:20:11 +00:00
  • df8af186de Chore: Update package-lock.json file Greg Ziółkowski 2020-06-29 11:48:53 +00:00
  • dc00393c1f Docs: Document the return value of wp_get_attachment_metadata() using hash notation. Sergey Biryukov 2020-06-29 11:18:37 +00:00
  • 6a3d4fe520 Customize: Do not allow changesets to be deleted when someone is editing them. Sergey Biryukov 2020-06-29 10:31:12 +00:00
  • 52f139829c Customize: Ensure the default message in LockedNotification is set to a string instead of null. Sergey Biryukov 2020-06-29 09:47:11 +00:00
  • 9f053c58fe Themes: Add a return value to theme functions calling locate_template(): Sergey Biryukov 2020-06-28 23:08:57 +00:00
  • 43823df70a Comments: Rename the $avoid_die parameter of wp_allow_comment() and wp_new_comment() to $wp_error. Sergey Biryukov 2020-06-28 22:08:22 +00:00
  • a234b91653 Docs: Correct description for the $avoid_die parameter of wp_check_comment_flood(). Sergey Biryukov 2020-06-28 21:40:54 +00:00
  • c4a0e190d7 Bootstrap/Load: Remove special handling for REQUEST_TIME and REQUEST_TIME_FLOAT server values in wp_magic_quotes(). Sergey Biryukov 2020-06-28 21:07:36 +00:00
  • e5e4f0d977 Bootstrap/Load: Make sure add_magic_quotes() does not inappropriately recast non-string data types to string. Sergey Biryukov 2020-06-28 21:02:18 +00:00
  • 5289a345cf Code Modernization: Introduce the spread operator in wp-includes/IXR. Sergey Biryukov 2020-06-28 18:23:39 +00:00
  • bd03636941 Posts, Post Types: Return early from WP_Posts_List_Table::formats_dropdown() if the post type does not support post formats. Sergey Biryukov 2020-06-28 14:28:23 +00:00
  • dda16f9096 Security: Improve the wording of messages in wp_get_auto_update_message(). Sergey Biryukov 2020-06-28 14:16:51 +00:00
  • 1857cff7c6 Networks and Sites: Use a consistent wording when referring to site deletion on Delete Site screen. Sergey Biryukov 2020-06-28 14:10:02 +00:00
  • 8d358ca4c7 Docs: Capitalize "ID", when referring to a user ID, term ID, etc. in a more consistent way. Sergey Biryukov 2020-06-28 14:07:53 +00:00
  • bb2aad471b Docs: Replace "html" and "xhtml" instances in DocBlocks and comments with "HTML" and "XHTML". Sergey Biryukov 2020-06-28 14:00:26 +00:00
  • 8672d08404 Docs: Miscellaneous DocBlock corrections. Sergey Biryukov 2020-06-28 11:51:29 +00:00
  • 6361798918 Docs: Improve documentation for optional parameters per the documentation standards. Sergey Biryukov 2020-06-28 11:47:45 +00:00
  • b72fcb6a47 Tests: Adjust the test for invalid username in WP_Test_REST_Users_Controller to match the new string. Sergey Biryukov 2020-06-28 07:49:29 +00:00
  • cececce972 Users: Merge two similar error messages about usernames with invalid characters. Sergey Biryukov 2020-06-27 23:43:01 +00:00
  • 43236dea96 I18N: Remove <kbd> tag from a translatable string on Edit Post screen. Sergey Biryukov 2020-06-27 23:00:49 +00:00
  • 7fe9600547 Docs: Synchronize some documentation for functions in wp-includes/option.php. Sergey Biryukov 2020-06-27 16:54:29 +00:00
  • 83b0d3709e Docs: Improvements to the inline docs for metadata related functions. John Blackbourn 2020-06-27 16:32:57 +00:00
  • 899d8ff5ec Administration: Correct the URL for "Learn more about getting started" link in "Welcome to WordPress" panel. Sergey Biryukov 2020-06-27 12:43:07 +00:00
  • 506fab2814 Docs: Remove extra spaces from @ticket tag in unit tests. Sergey Biryukov 2020-06-27 12:01:30 +00:00
  • b970deb94a Docs: Improve DocBlocks in wp-includes/theme.php per the documentation standards. Sergey Biryukov 2020-06-27 12:00:48 +00:00
  • 20e96fa38a Bootstrap/Load: Make some adjustments to wp_get_environment_type(): SergeyBiryukov 2020-06-27 10:34:02 +00:00
  • 2daeac989d Taxonomy: Make sure update_object_term_cache() caches all terms that were not already cached. Sergey Biryukov 2020-06-26 22:29:27 +00:00
  • 8603b3da3a Administration: Add missing comma to the message in "Post via email" section. Sergey Biryukov 2020-06-26 19:36:26 +00:00
  • 8b67473da6 Docs: Standardize on "Returning a value from the filter" vs. "Passing a value to the filter". Sergey Biryukov 2020-06-26 18:47:28 +00:00
  • 9af5e46627 Docs: Miscellaneous docblock improvements. John Blackbourn 2020-06-26 18:38:51 +00:00
  • c31fd4988a Docs: Clarify the description of functions that check for and perform updates. John Blackbourn 2020-06-26 18:32:44 +00:00
  • 1aa329d060 Docs: Reword inline docs for better readability and clarity. Jonathan Desrosiers 2020-06-26 16:14:30 +00:00
  • 4c29c4eb11 Twenty Twenty: Correct parameter types and @since version for twentytwenty_svg_icon_color filter. Sergey Biryukov 2020-06-26 14:49:29 +00:00
  • 6412e28463 Bundled Themes: Twenty Twenty Social Icons Filter. Ian Belanger 2020-06-26 14:40:27 +00:00
  • b1cedbaed7 Update package-lock.json after [48177] Ella van Durpe 2020-06-26 14:01:25 +00:00
  • 7456bcb3cc PHP: Bump the recommended version of PHP to 7.4. Jonathan Desrosiers 2020-06-26 13:56:29 +00:00
  • 24465974cd Editor: update JavaScript packages Ella van Durpe 2020-06-26 13:31:11 +00:00
  • 7ce1ba7f98 Tests: Reformat test_wp_list_pages_discarded_whitespace() for better readability. Sergey Biryukov 2020-06-26 12:07:52 +00:00
  • 97bb45fe22 Docs: Spell "line breaks" in a consistent way. Sergey Biryukov 2020-06-26 09:28:21 +00:00
  • 37214834c3 Docs: Add a note that the $br parameter of wpautop() does not affect line breaks within <script>, <style>, and <svg> tags. Sergey Biryukov 2020-06-26 09:18:57 +00:00
  • 5b90ea41b5 REST API: Introduce Block Types endpoint. Timothy Jacobs 2020-06-26 00:44:44 +00:00
  • be8b93c269 Site Health: Improve the error message displayed when activating a plugin that requires a higher version of PHP or WordPress. Sergey Biryukov 2020-06-26 00:25:15 +00:00
  • 9a604011ee Themes: Introduce register_theme_feature API. Timothy Jacobs 2020-06-25 22:11:09 +00:00
  • 9568134d7b Media: Ensure images have dimensions to reduce layout shift and facilitate lazy-loading. Felix Arntz 2020-06-25 18:43:25 +00:00
  • 886b254ec5 Docs: Remove the custom-header-uploads feature from docs. Jonathan Desrosiers 2020-06-25 17:39:44 +00:00
  • 9de597ea9f Docs: Replace "AJAX" with "Ajax" in DocBlocks and comments, per the spelling glossary. Sergey Biryukov 2020-06-25 12:41:36 +00:00
  • e65d19b9ed Coding Standards: Reformat some long apply_filters_deprecated() and do_action_deprecated() calls for better readability. Sergey Biryukov 2020-06-25 12:04:05 +00:00
  • de36eb3326 Canonical: Move trailing slash handling for robots.txt and sitemaps to a single condition. Sergey Biryukov 2020-06-25 11:39:23 +00:00
  • 72c7f2c41c Administration: Correct and simplify the logic for asc and desc arguments in WP_List_Table::get_sortable_columns(). Sergey Biryukov 2020-06-25 11:33:23 +00:00
  • b318e97530 Docs: Improve DocBlocks in wp-admin/includes/file.php per the documentation standards. Sergey Biryukov 2020-06-25 09:37:25 +00:00
  • 527c188079 Docs: Synchronize documentation and variable names in wp_get_(plugin|theme)_file_editable_extensions() for consistency. Sergey Biryukov 2020-06-25 09:29:19 +00:00
  • 336f7cef1f Docs: Improve DocBlocks in wp-admin/includes/class-wp-list-table.php per the documentation standards. Sergey Biryukov 2020-06-25 08:54:40 +00:00
  • c90088b1f6 Upgrade/Install: Fix Yoda condition in wp_opcache_invalidate(). Mike Schroder 2020-06-25 07:53:11 +00:00
  • 50a0efdda8 Upgrade/Install: Invalidate OPcache for PHP files during updates. Mike Schroder 2020-06-25 07:13:22 +00:00
  • 92585e8df1 Editor: Introduce WP_Block and WP_Block_List classes Greg Ziółkowski 2020-06-25 05:14:43 +00:00
  • 67839d5a62 TinyMCE: Update to 4.9.10. Changelog: https://www.tiny.cloud/docs-4x/changelog/#version4910april232020. Andrew Ozz 2020-06-24 22:04:36 +00:00
  • 07e3dda9ba Tests: Add a post author to "Parent 1" page fixture in tests/post/listPages.php. Sergey Biryukov 2020-06-24 15:00:43 +00:00
  • b56db034d3 Block Editor: Add the Block Patterns API. Riad Benguella 2020-06-24 12:57:12 +00:00
  • 6dba36e4ef Canonical: Add tests for trailing slashes for robots.txt. Jake Spurlock 2020-06-24 00:05:21 +00:00
  • ec062c08fe Comments: Allow wp_update_comment() to return WP_Error(). Jake Spurlock 2020-06-24 00:03:33 +00:00
  • 7a8d8a3e8a Canonical: Ensure that when permalinks are set to a trailing slash, that robots.txt doesn't. Jake Spurlock 2020-06-23 23:42:36 +00:00
  • 9eefc4b0d9 Cache API: Cache the results of get_uploaded_header_images(). Jake Spurlock 2020-06-23 23:32:14 +00:00
  • 95b9933e64 Administration: Update WP_List_Table::get_sortable_columns() to support asc and desc arguments. Jake Spurlock 2020-06-23 23:13:35 +00:00
  • 2245a4e390 REST API: Ensure depracation errors are called while preloading data with the REST API. Jake Spurlock 2020-06-23 23:02:09 +00:00
  • a1dc0cfa3f Security: Don't display the plugin auto-update options for mu-plugins or dropins. Jake Spurlock 2020-06-23 22:56:10 +00:00
  • b09056e131 I18N: Include placeholder in translator comments in wp_get_auto_update_message(). Sergey Biryukov 2020-06-23 22:29:00 +00:00
  • 86162510c5 Security: Remove unnecessary DISABLE_WP_CRON check in plugin and theme automatic updates. Jake Spurlock 2020-06-23 22:22:33 +00:00
  • 2e276f354b Accessibility: Administration: Give the link to meetup organizer handbook in the WordPress Events and News dashboard widget a more meaningful label. Sergey Biryukov 2020-06-23 21:51:25 +00:00
  • 1c3c39f7af Accessibility: Privacy: Improve the readability of the removed text in Privacy Policy Guide. Sergey Biryukov 2020-06-23 20:55:54 +00:00
  • c9d2ccb321 Accessibility: Site Health: Make the heading text for site health check issues easier to select in Firefox. Sergey Biryukov 2020-06-23 20:46:04 +00:00
  • c43d0272dc Themes: Ensure the Activate button in theme preview overlay on Add Themes screen has a consistent height. Sergey Biryukov 2020-06-23 20:11:49 +00:00
  • 19c9963d9d General: Rename (add|remove)_option_allowed_list() to (add|remove)_allowed_option(). Jonathan Desrosiers 2020-06-23 18:53:00 +00:00
  • 5f6ab44340 Editor: Introduce new API method that register block from block.json metadata file Greg Ziółkowski 2020-06-23 15:43:19 +00:00
  • 6408e197bd Comments: Remove wp_get_include_unapproved_comments_argument() for now. Sergey Biryukov 2020-06-23 13:51:03 +00:00
  • 0a301ec4b5 Docs: Use sentence case for comments in tests/kses.php, per the documentation standards. Sergey Biryukov 2020-06-23 11:09:04 +00:00
  • 559d7c7b50 Docs: Add missing @return description for some theme functions: Sergey Biryukov 2020-06-23 10:46:58 +00:00
  • 0b7a8b554d Docs: Synchronize descriptions for some theme functions: Sergey Biryukov 2020-06-23 10:41:52 +00:00
  • 4ae2432dc7 I18N: Use underscores instead of dashes and interpolation instead of concatenation in domain-specific gettext hooks, per the coding standards: Sergey Biryukov 2020-06-23 10:00:36 +00:00
  • 8368cc2b44 Embeds: Ensure that classic embed support works in the block editor. Jake Spurlock 2020-06-23 06:06:11 +00:00