Commit Graph

  • deb78bdf1c Themes: Display a message on Themes list table if a theme update requires a higher version of PHP or WordPress. Sergey Biryukov 2020-07-28 11:32:53 +00:00
  • d67c469b0d Themes: Include theme name in available update messages, for better accessibility and consistency with other similar messages. Sergey Biryukov 2020-07-28 11:29:28 +00:00
  • b7a5c75686 Docs: Document that various metadata functions return false for an invalid ID. Sergey Biryukov 2020-07-28 10:13:50 +00:00
  • 81c39e949f Upgrade/Install: Improve wp_opcache_invalidate() performance. Mike Schroder 2020-07-28 08:07:04 +00:00
  • b29101aca0 REST API: Remove assets field from block directory controller. Timothy Jacobs 2020-07-28 04:08:56 +00:00
  • 5bb5053127 Site Health: Incorrect file path in require_once. Jake Spurlock 2020-07-28 02:19:17 +00:00
  • 6f79ff4d1c Themes: Display a message in theme updates list if an update requires a higher version of PHP or WordPress. Sergey Biryukov 2020-07-28 01:00:40 +00:00
  • d29535c25e Themes: Correct the logic for displaying a message in theme grid if a theme update requires a higher version of PHP or WordPress. Sergey Biryukov 2020-07-28 00:41:56 +00:00
  • 7ea44b5add Themes: Display a message in theme grid and Theme Details modal if a theme update requires a higher version of PHP or WordPress. Sergey Biryukov 2020-07-28 00:08:00 +00:00
  • 72dfc468c5 Docs: Correct alignment for some parameters in JS documentation. Sergey Biryukov 2020-07-28 00:05:59 +00:00
  • 9ed92faaca Build/Test Tools: Enable JSDocs to be linted with ESLint. Jake Spurlock 2020-07-27 23:33:51 +00:00
  • a1a1173250 Docs: Correct description for wp_filter_content_tags() per the documentation standards. Sergey Biryukov 2020-07-27 21:47:18 +00:00
  • 3e1083a37e Media: Improve inline docs for wp_filter_content_tags(). Andrew Ozz 2020-07-27 21:04:34 +00:00
  • c230d7a07c Post WordPress 5.5 Beta 4 version bump. Jake Spurlock 2020-07-27 20:59:03 +00:00
  • 92521657af WordPress 5.5 Beta 4. Jake Spurlock 2020-07-27 20:38:25 +00:00
  • 8c9b33c3b6 Mail: PHPMailer swap to use is_email for the default validator. Jake Spurlock 2020-07-27 20:17:36 +00:00
  • e03be98644 Block Editor: Updated WordPress Packages for 5.5 beta 4 Riad Benguella 2020-07-27 20:08:53 +00:00
  • f660784d43 Administration: Fix the red links on the Media Modal. Riad Benguella 2020-07-27 19:15:55 +00:00
  • 5149a7efd5 REST API: Fix warning when using set_param() on a JSON request with no body. Timothy Jacobs 2020-07-27 18:44:14 +00:00
  • beba4bb73a REST API: Install plugin translations after the plugin install. This only installs for the plugin in question, not all plugins. Jake Spurlock 2020-07-27 18:29:43 +00:00
  • 598a5a5bc2 Themes: Display a message in theme grid if a theme requires a higher version of PHP or WordPress. Sergey Biryukov 2020-07-27 15:19:09 +00:00
  • 6475d32964 Block Editor: Update the Core Block Patterns. Riad Benguella 2020-07-27 15:12:13 +00:00
  • 782454b39c Themes: Display a message in theme grid if a theme requires a higher version of PHP or WordPress. Sergey Biryukov 2020-07-27 15:02:19 +00:00
  • 332ce58d5c Themes: Display a message in Details & Preview modal on Add Themes screen if a theme requires a higher version of PHP or WordPress. Sergey Biryukov 2020-07-27 14:24:19 +00:00
  • 3b0b11acc6 Themes: Display a message in Theme Details modal if a theme requires a higher version of PHP or WordPress. Sergey Biryukov 2020-07-27 13:10:04 +00:00
  • 38cf369a7a Posts, Post Types: Pass correct variable to the get_lastpostdate filter. Sergey Biryukov 2020-07-27 11:36:27 +00:00
  • 382834e730 Docs: Synchronize documentation for get_lastpostdate() and get_lastpostmodified(). Sergey Biryukov 2020-07-27 11:15:44 +00:00
  • fc62131e31 Tests: Add more fixtures to get_lastpostdate() and get_lastpostmodified() tests. Sergey Biryukov 2020-07-27 11:15:04 +00:00
  • 838f9884d7 Docs: Correct wp_opcache_invalidate_file filter docs. Mike Schroder 2020-07-27 09:06:58 +00:00
  • 581deff371 Posts, Post Types: Pass the post type to get_lastpostdate() in get_lastpostmodified(). Sergey Biryukov 2020-07-27 02:16:46 +00:00
  • a1c40b346c Docs: Improve documentation for WP_Http::processHeaders(). Sergey Biryukov 2020-07-26 22:43:47 +00:00
  • 10563ae9e7 Docs: Add a note that the $args parameter of register_block_type() accepts any public property of WP_Block_Type. Sergey Biryukov 2020-07-26 22:15:20 +00:00
  • 01d58943a1 REST API: Use a consistent description for the textdomain schema property between plugins and themes controllers. Sergey Biryukov 2020-07-26 21:52:41 +00:00
  • 40dd42c35d REST API: Use a consistent name for the textdomain schema property between plugins, themes, and block directory controllers. Sergey Biryukov 2020-07-26 21:47:56 +00:00
  • dbb88efe5c Docs: Correct @since version for WP_REST_Plugins_Controller::get_item_schema(). Sergey Biryukov 2020-07-26 21:40:43 +00:00
  • 0dd00badb2 Revisions: Ensure the global $post remains the same after revision is restored. Sergey Biryukov 2020-07-26 21:24:00 +00:00
  • 5c064bb139 Docs: Synchronize some comments in wp-admin/revision.php. Sergey Biryukov 2020-07-26 20:41:13 +00:00
  • 565de1735c Docs: Improve documentation for various category functions. Sergey Biryukov 2020-07-26 17:16:32 +00:00
  • 5ca5435aa9 Coding Standards: Rename the $id parameter in various category functions for clarity. Sergey Biryukov 2020-07-26 16:05:39 +00:00
  • 6fa3286a1b Pings/Trackbacks: Avoid a PHP notice in do_enclose() when encountering a URL without a path in post content. Sergey Biryukov 2020-07-26 14:06:03 +00:00
  • 5006831979 Posts, Post Types: Move get_post_states() back to the admin for now, require the file in WP_Customize_Nav_Menus::customize_register() instead. Sergey Biryukov 2020-07-26 10:49:07 +00:00
  • 9950b3668b Posts, Post Types: Make get_post_states() available on frontend. Sergey Biryukov 2020-07-26 01:12:51 +00:00
  • 1175600b1f I18N: Merge duplicate "List view" and "Grid view" strings. Sergey Biryukov 2020-07-25 21:30:32 +00:00
  • f6b24a02f8 Docs: Add a reference to WP_Customize_Partial::__construct() for information on accepted arguments in WP_Customize_Selective_Refresh::add_partial(). Sergey Biryukov 2020-07-25 19:38:34 +00:00
  • 4acb5a7ce8 Docs: Correct @see references for privacy hooks: Sergey Biryukov 2020-07-25 19:12:15 +00:00
  • fd68c17318 Docs: Correct @since tags for some WP_List_Table hooks: Sergey Biryukov 2020-07-25 18:53:29 +00:00
  • c6e0b57ab7 Docs: Remove outdated statement in bulk_actions-{$this->screen->id} filter description. Sergey Biryukov 2020-07-25 18:11:20 +00:00
  • 9fadf9f500 I18N: Remove <code> tags in an error message in WP_REST_Posts_Controller::get_item_schema() for consistency with other strings. Sergey Biryukov 2020-07-25 16:39:59 +00:00
  • 160b99b724 I18N: Remove <code> tags in invalid_rest_prepare_callback error message in register_theme_feature() for consistency with other strings. Sergey Biryukov 2020-07-25 16:37:34 +00:00
  • 34872f1a94 I18N: Move code out of a translatable string in register_theme_feature(). Sergey Biryukov 2020-07-25 16:29:29 +00:00
  • 5edc4e9cbc I18N: Move code out of a translatable string in WP_REST_Posts_Controller::get_item_schema(). Sergey Biryukov 2020-07-25 16:26:44 +00:00
  • 56c30a4ce7 I18N: Move code out of a translatable string in WP_Customize_Manager::customize_preview_init(). Sergey Biryukov 2020-07-25 15:59:01 +00:00
  • 8310c5eeec Site Health: Escape the displayed result of the request in REST API availability test. Sergey Biryukov 2020-07-25 15:36:07 +00:00
  • 093147e413 I18N: Respect the passed text_direction argument in wp_die(). Sergey Biryukov 2020-07-25 15:24:21 +00:00
  • c8bb1f5cfd Docs: Improve description for wp_unique_filename(). Sergey Biryukov 2020-07-25 12:29:13 +00:00
  • 3127db3470 Bundled Themes: Rebuild Twenty Nineteen’s RTL stylesheet. Sergey Biryukov 2020-07-24 18:30:55 +00:00
  • 674e7a2283 Tests: Update wp_unique_filename() unit tests to account for sanitize_file_name() removing accents. Sergey Biryukov 2020-07-24 18:17:49 +00:00
  • c7783dc49a Media: Remove accents in sanitize_file_name(). Sergey Biryukov 2020-07-24 18:01:48 +00:00
  • 2f98829e41 Bundled Theme: Ensure parity between the block editor and the front-end in twentynineteen. Jake Spurlock 2020-07-24 17:46:20 +00:00
  • 75048987d8 Mail: Ensure that a server hostname can be set by using network_home_url(). Jake Spurlock 2020-07-24 17:38:27 +00:00
  • 9bd4234bf6 Docs: Correct documentation for wp_insert_term(). Sergey Biryukov 2020-07-24 12:17:54 +00:00
  • fc1e77f42b Docs: Correct some documentation for wp_update_term(). Sergey Biryukov 2020-07-24 12:02:47 +00:00
  • 6b24e352a0 Docs: Add a mention of core-block-patterns as a possible value for add_theme_support(). Sergey Biryukov 2020-07-24 01:19:03 +00:00
  • 53657ffc52 Docs: Improve documentation for wp_list_comments(). Sergey Biryukov 2020-07-24 01:09:07 +00:00
  • 3ebdc35d36 Media: Filter out a few more special characters in sanitize_file_name(). Sergey Biryukov 2020-07-24 00:57:26 +00:00
  • 1191967083 Administration: Use sentence case for "Mark as spam" bulk action links for sites and users, for consistency with comments. Sergey Biryukov 2020-07-24 00:25:47 +00:00
  • ce05bc1bd7 Administration: Capitalize Trash consistently in various messages. Sergey Biryukov 2020-07-24 00:19:37 +00:00
  • f2d98192de Formatting: Filter out the bullet character in sanitize_title_with_dashes(). Sergey Biryukov 2020-07-24 00:01:32 +00:00
  • 1ef40b14cd Build/Test Tools: Check if all the required constants are defined before running the test suite. Sergey Biryukov 2020-07-23 23:26:50 +00:00
  • b932c543a2 Docs: Miscellaneous DocBlock corrections. Sergey Biryukov 2020-07-23 21:53:43 +00:00
  • 81a12a7bec Docs: Another pass at some inline docs fixes mostly made by PHPCBF. John Blackbourn 2020-07-23 21:09:04 +00:00
  • 1120269124 I18N: Further adjust some update/install strings for consistency. Sergey Biryukov 2020-07-23 21:06:26 +00:00
  • 098fc4bc89 I18N: Merge two "Return to top" strings. Sergey Biryukov 2020-07-23 20:19:20 +00:00
  • 6e94ee644f Site Health: Correct the quotes for the tested value of mock plugin data in auto-updates test. Sergey Biryukov 2020-07-23 20:11:07 +00:00
  • 285fa03b3a Docs: First pass at some inline docs fixes mostly made by PHPCBF. John Blackbourn 2020-07-23 19:59:16 +00:00
  • b6046636f0 Docs: Use more appropriate variable names in the inline docs for action and filter parameters. John Blackbourn 2020-07-23 19:04:38 +00:00
  • c0d3d7627b Site Health: Pass all expected parameters to auto_update_{$type}. Jonathan Desrosiers 2020-07-23 19:01:24 +00:00
  • 7ddd0a5702 I18N: Update "Default Template" string to match the sentence case used in the block editor. Sergey Biryukov 2020-07-23 18:53:25 +00:00
  • 7d50110242 General: Ensure the database upgrades from [48575] are run. Jonathan Desrosiers 2020-07-23 18:41:41 +00:00
  • b554928e83 Tests: Update the es_ES string used in wp_send_user_request() tests to match the current translation. Sergey Biryukov 2020-07-23 18:21:13 +00:00
  • 6c17894e5e Docs: Add missing description for wp_convert_widget_settings() parameters. Sergey Biryukov 2020-07-23 13:48:37 +00:00
  • a3427e3bb6 Coding Standards: Use a consistent naming pattern for variables in wp-includes/comment-template.php. Sergey Biryukov 2020-07-23 13:32:34 +00:00
  • 8dc4165d46 I18N: Add context to privacy request status strings. Sergey Biryukov 2020-07-23 13:10:40 +00:00
  • c0920761a8 Docs: Improve description for comment_id_fields(). Sergey Biryukov 2020-07-23 13:09:50 +00:00
  • 7d4c77560c Docs: Further corrections and improvements to various inline docblocks. John Blackbourn 2020-07-23 07:37:57 +00:00
  • cefe2c7f7c General: Update code for readability and inclusion Aaron Jorbin 2020-07-23 03:12:49 +00:00
  • 5e35ad2510 Docs: Various formatting improvements to inline docblocks. John Blackbourn 2020-07-23 00:50:57 +00:00
  • 4b2abac911 Docs: Various corrections to inline docblocks. John Blackbourn 2020-07-23 00:46:56 +00:00
  • 447d25f090 Media: Add "loading" as an allowed kses image attribute Jake Spurlock 2020-07-23 00:42:48 +00:00
  • e306fca2c1 REST API: Remove textdomain from doing it wrong message. Timothy Jacobs 2020-07-22 22:29:23 +00:00
  • 99736aea17 i18n: Merge similar translation strings in wp-admin/options.php Jake Spurlock 2020-07-22 22:19:25 +00:00
  • f976a73997 i18n: Merge similar translation strings to "Update failed". Jake Spurlock 2020-07-22 22:08:25 +00:00
  • 2c617a48f5 I18N: Merge similar "Installation failed" strings Jake Spurlock 2020-07-22 21:57:19 +00:00
  • 00f4e4f6e9 I18N: Update some strings to have periods. Jake Spurlock 2020-07-22 21:53:22 +00:00
  • 857d34590a General: Rename remove_option_allowed_list() to remove_allowed_options(). Jonathan Desrosiers 2020-07-22 18:50:30 +00:00
  • d2a1fb965d Upgrade/Install: Don't trigger database upgrade on Ajax requests via wp-admin/async-upload.php. Sergey Biryukov 2020-07-22 12:54:22 +00:00
  • 60dc387ce9 Accessibility: Themes: Consistently use an underline for "Enable auto-updates" link and theme author link in theme overlay. Sergey Biryukov 2020-07-22 12:17:58 +00:00
  • d6c7a479f4 Docs: Correct type and improve description for the $fields parameter of WP_Query::parse_query(). Sergey Biryukov 2020-07-22 11:34:32 +00:00
  • e88e84c662 Docs: Improve formatting of the $fields parameter description in WP_Term_Query::__construct(). Sergey Biryukov 2020-07-22 11:33:51 +00:00
  • 3d2cd19b4f Docs: Correct type for the $theme parameter of theme_auto_update_debug_string filter. Sergey Biryukov 2020-07-22 00:27:36 +00:00