Commit Graph

  • 7f788f38c8 Administration: Use a consistent capitalization in Privacy Policy related strings. Jb Audras 2023-01-17 21:32:42 +00:00
  • e8eda98db9 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/hooks/addFilter.php. Sergey Biryukov 2023-01-17 14:05:38 +00:00
  • d9ec8536f7 Docs: Remove unused post_modified and post_modified_gmt params from wp_insert_post() docblock. Jb Audras 2023-01-16 20:37:19 +00:00
  • 659694d2c6 Editor: Update packages to unblock lazy-loading issues. Felix Arntz 2023-01-16 19:57:29 +00:00
  • f438c0bff6 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/functions/wpListSort.php. Sergey Biryukov 2023-01-16 16:24:45 +00:00
  • f7bb05ab97 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/functions/wpListPluck.php. Sergey Biryukov 2023-01-16 16:19:54 +00:00
  • 9a309c3609 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/functions/wpListFilter.php. Sergey Biryukov 2023-01-16 16:16:48 +00:00
  • 78f6ac9c29 Docs: Various docblock fixes in Multisite WordPress API related functions. Jb Audras 2023-01-15 17:50:13 +00:00
  • 253b2db06b Docs: Add a missing quote to wp_is_large_network() Docblock params. Jb Audras 2023-01-15 17:16:02 +00:00
  • 682c579436 Docs: Typo correction in POP3 class send_cmd() inline docs. Jb Audras 2023-01-15 15:22:04 +00:00
  • 61074b97e7 Docs: Use third-person singular verbs for Script Loader related function descriptions, as per docblocks standards. Jb Audras 2023-01-15 14:55:19 +00:00
  • 124a4a9773 Docs: Improve wp_style_add_data() function description. Jb Audras 2023-01-15 14:48:03 +00:00
  • 3a63ed2939 Tests: Use more specific assertions in image saving tests. Sergey Biryukov 2023-01-15 13:36:10 +00:00
  • b223ec07ed HTTP API: Correct the name of a filter referenced in the docs for wp_redirect() and wp_safe_redirect(). John Blackbourn 2023-01-15 00:59:52 +00:00
  • f434da3dec Embeds: Update Mixcloud oEmbed URL to the new domain. Jb Audras 2023-01-14 10:47:40 +00:00
  • cb87135103 Themes: Add opt-in Appearance Tools support for Classic Themes. Jb Audras 2023-01-14 09:34:55 +00:00
  • c17a4760b7 Tests: Move the test for wp_save_image_file() with a GD resource to a more appropriate place. Sergey Biryukov 2023-01-14 02:06:02 +00:00
  • be2f7bbfae Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/functions/deprecated.php. Sergey Biryukov 2023-01-13 22:11:04 +00:00
  • f254a95e63 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/formatting/sanitizeTrackbackUrls.php. Sergey Biryukov 2023-01-13 14:36:11 +00:00
  • 1c9f84f963 HTTP API: Correct the documentation for the https_ssl_verify and https_local_ssl_verify filters. John Blackbourn 2023-01-13 14:20:46 +00:00
  • 4912e0107d Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/formatting/sanitizeTextField.php. Sergey Biryukov 2023-01-13 13:57:18 +00:00
  • 9d48ae36c3 Bundled Themes: Add Mastodon domains for menu item icons. Jb Audras 2023-01-13 13:17:45 +00:00
  • f8904ff48a Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/file.php. Sergey Biryukov 2023-01-13 00:59:29 +00:00
  • 515d3fe69f Menus: Compare $menu_item->ID and $menu_item->menu_item_parent as strings and avoid moidifying them. Plugins may change the ID to a string. Andrew Ozz 2023-01-12 23:23:01 +00:00
  • 771a0c9f58 Build/Test Tools: Fix an incorrect inline comment in Tests_Ajax_wpAjaxReplytoComment. Jb Audras 2023-01-12 23:06:20 +00:00
  • 9dcb8f97c9 Docs: Correct the type of the $user_id parameter in wp_set_password action. Sergey Biryukov 2023-01-12 13:12:44 +00:00
  • 344c4dce68 Users: Add an action hook on wp_set_password(). Jb Audras 2023-01-12 09:03:29 +00:00
  • 5836a43808 Upgrade/Install: Revert a temporary conditional for testing the Rollbacks feature project. Sergey Biryukov 2023-01-12 00:17:45 +00:00
  • 55c34595d0 Date/Time: Prevent errors in current_time() when using timestamp and no value for gmt_offset. Jb Audras 2023-01-11 23:18:12 +00:00
  • 0aa20cc050 Formatting: Improve performance of esc_url(). Felix Arntz 2023-01-11 15:21:18 +00:00
  • c3aed4a3b1 Code Modernization: Fix a jQuery Migrate deprecation in wpdialog. Jb Audras 2023-01-11 14:05:22 +00:00
  • a930d258b9 Docs: Align spelling with American English. Jb Audras 2023-01-11 13:57:17 +00:00
  • c45465ca9f Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/customize/setting.php. Sergey Biryukov 2023-01-11 12:21:41 +00:00
  • f3dc0609c0 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/customize/nav-menus.php. Sergey Biryukov 2023-01-11 11:50:01 +00:00
  • 80bb61d33f General: revert [55045]. Jb Audras 2023-01-11 09:15:06 +00:00
  • 0d39c0aa1e I18N: Initialize WP_Locale array properties. Tonya Mork 2023-01-10 13:59:00 +00:00
  • 234698c551 HTTP API: Use correct class reference for Requests' HTTP Proxy in WP_Http::request(). Sergey Biryukov 2023-01-10 11:28:31 +00:00
  • 76253b9997 General: Align spelling with American English. Jb Audras 2023-01-10 11:04:36 +00:00
  • 5a32388a13 Docs: Align spelling with American English. Jb Audras 2023-01-10 09:28:17 +00:00
  • 8f44c445e6 Docs: Align spelling with American English. Jb Audras 2023-01-10 09:07:01 +00:00
  • 50e9ae1cbb Help/About: Improve comments keyboard shortcuts HelpHub links. Jb Audras 2023-01-10 08:59:14 +00:00
  • d6665e64f5 Twenty Twenty-Three: Fix incorrect gradient values in Aubergine theme. Jb Audras 2023-01-09 23:43:19 +00:00
  • bacd0f0078 Pings/Trackbacks: Remove a mention of the "Page" post type from the Discussion meta box. Jb Audras 2023-01-09 21:30:55 +00:00
  • 268eac2884 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/customize/manager.php. Sergey Biryukov 2023-01-09 16:38:34 +00:00
  • 199f33246f Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/cron.php. Sergey Biryukov 2023-01-09 00:40:55 +00:00
  • 4f813e3817 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/compat/mbSubstr.php. Sergey Biryukov 2023-01-08 01:13:59 +00:00
  • 7cd8e5793c Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/compat/mbStrlen.php. Sergey Biryukov 2023-01-07 00:36:22 +00:00
  • 5a497225b2 Query: Stop priming posts twice in WP_Query. Jonny Harris 2023-01-06 10:34:00 +00:00
  • 700dfe6cff Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/block-supports/elements.php. Sergey Biryukov 2023-01-06 00:35:57 +00:00
  • 0b3a68dbd1 Coding Standards: Correct alignment in wp-includes/option.php. Sergey Biryukov 2023-01-05 15:25:44 +00:00
  • bf6ca94eca Coding Standards: Fix WPCS issues in phpunit/tests/pluggable/wpMail.php. Sergey Biryukov 2023-01-05 11:17:18 +00:00
  • 096878791e Tests: Use correct variable in _fake_download_url_non_200_response_code(). Sergey Biryukov 2023-01-05 10:47:19 +00:00
  • 45053ef512 Mail: allow custom attachment filenames in wp_mail(). John James Jacoby 2023-01-05 10:47:06 +00:00
  • d8f311800d Tests: Bring some consistency to mocking HTTP requests in unit tests. Sergey Biryukov 2023-01-05 10:21:19 +00:00
  • 53063c6333 Code Modernization: Rename parameters that use reserved keywords in phpunit/includes/utils.php. Sergey Biryukov 2023-01-04 14:16:57 +00:00
  • 309553e87f Code Modernization: Rename parameters that use reserved keywords in phpunit/includes/spy-rest-server.php. Sergey Biryukov 2023-01-03 12:45:29 +00:00
  • 15cd32ac3d Networks and Sites: Mark required fields as such in New User Form. Jb Audras 2023-01-02 22:48:55 +00:00
  • e088de67e8 Tests: Update the terminology used for filter names in tests_add_filter(). Sergey Biryukov 2023-01-02 00:28:02 +00:00
  • 7978e05ec0 Happy New Year! 🎄 Sergey Biryukov 2023-01-01 00:04:17 +00:00
  • c999e7ee37 Code Modernization: Rename parameters that use reserved keywords in phpunit/includes/functions.php. Sergey Biryukov 2022-12-31 01:15:42 +00:00
  • 0284a2274f Coding Standards: Add visibility to Tests_Dependencies::test_enqueue_before_register(). Sergey Biryukov 2022-12-30 03:29:11 +00:00
  • 8a71ae17c0 Code Modernization: Rename parameters that use reserved keywords in phpunit/includes/class-wp-unittest-factory-for-attachment.php. Sergey Biryukov 2022-12-30 02:36:03 +00:00
  • 95191d3cf8 Code Modernization: Rename parameters that use reserved keywords in phpunit/includes/class-wp-unittest-factory-for-thing.php. Sergey Biryukov 2022-12-29 15:31:22 +00:00
  • d0fc6ddc71 Tests: Bring some consistency to creating and updating objects in factory classes. Sergey Biryukov 2022-12-28 14:07:16 +00:00
  • ac9573bd67 Docs: Remove the legacy example of passing a taxonomy to get_terms(). Sergey Biryukov 2022-12-27 12:21:35 +00:00
  • a32075429f Code Modernization: Rename parameters that use reserved keywords in phpunit/includes/class-wp-test-stream.php. Sergey Biryukov 2022-12-26 11:26:09 +00:00
  • 8b8030ee8f Code Modernization: Rename parameters that use reserved keywords in phpunit/includes/abstract-testcase.php. Sergey Biryukov 2022-12-25 13:10:42 +00:00
  • 7005e6ddbc Code Modernization: Rename parameters that use reserved keywords in wp-includes/user.php. Sergey Biryukov 2022-12-24 14:31:08 +00:00
  • c169050267 Code Modernization: Rename parameters that use reserved keywords in wp-includes/theme.php. Sergey Biryukov 2022-12-23 11:36:13 +00:00
  • 0ae94f9a66 Code Modernization: Rename parameters that use reserved keywords in wp-includes/template.php. Sergey Biryukov 2022-12-22 11:06:10 +00:00
  • acc0fb18c8 External Libraries: Update jQuery to 3.6.3. Peter Wilson 2022-12-22 03:23:34 +00:00
  • e993bc5f73 Code Modernization: Rename parameters that use reserved keywords in wp-includes/taxonomy.php. Sergey Biryukov 2022-12-21 14:34:13 +00:00
  • fba12b6eed I18N: Change how WP_Textdomain_Registry caches translation information. Pascal Birchler 2022-12-20 15:10:35 +00:00
  • 50c647409c Themes: Alphabetize the properties list in WP_Theme_JSON::VALID_STYLES for consistency. Sergey Biryukov 2022-12-20 13:55:25 +00:00
  • 008277583b Themes: Adds outline CSS properties support in theme.json. Tonya Mork 2022-12-19 20:53:15 +00:00
  • 429829d6d9 HTTP API: Adds BC-layer /library/Requests.php file. Tonya Mork 2022-12-19 15:10:20 +00:00
  • dd9fa21839 Tests: Correct a flaky wp_nonce_field() test. Sergey Biryukov 2022-12-19 14:43:02 +00:00
  • e27c5a38e3 Menus: Account for legacy calls to nav_menu_css_class filter. Peter Wilson 2022-12-18 23:59:51 +00:00
  • 7c590f2505 Twenty Seventeen: Document the $twentyseventeencounter global. Sergey Biryukov 2022-12-18 13:00:29 +00:00
  • 1fbc27efbf Docs: Improve various globals documentation, as per docblock standards. Jb Audras 2022-12-18 08:45:36 +00:00
  • bbbb949307 Docs: Update docs for image_sideload_extensions filter to include webp in the list of allowed extensions. Jb Audras 2022-12-17 23:05:38 +00:00
  • eb21dd9511 Site Health: Remove the WordPress 5.2 reference from the email sent on fatal errors. Sergey Biryukov 2022-12-17 15:29:25 +00:00
  • 12c69be616 Code Modernization: Rename parameters that use reserved keywords in wp-includes/sitemaps/class-wp-sitemaps.php. Sergey Biryukov 2022-12-16 10:41:31 +00:00
  • 1a85350756 Menus: Prevent infinite loop in menus. Peter Wilson 2022-12-16 02:38:10 +00:00
  • 9ea4e8df9f Themes: Improve performance of _add_block_template_part_area_info and _add_block_template_info functions. Jonny Harris 2022-12-15 22:53:43 +00:00
  • d7dd42d72f External Libraries: Update Requests library to version 2.0.0. Tonya Mork 2022-12-15 21:30:26 +00:00
  • 98fd38f44f Code Modernization: Rename parameters that use reserved keywords in wp-includes/rewrite.php. Sergey Biryukov 2022-12-15 11:01:34 +00:00
  • ac587db08b Build/Test tools: Remove 3.7-4.0 branches from scheduled test runs. Peter Wilson 2022-12-15 05:02:04 +00:00
  • 9d6a0a3513 Menus: Reset menu_item_parent to 0 when the parent is set to the item itself. Andrew Ozz 2022-12-14 22:52:11 +00:00
  • c317dc59ce Code Modernization: Rename parameters that use reserved keywords in wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php. Sergey Biryukov 2022-12-14 14:29:55 +00:00
  • ff308b5a98 Code Modernization: Rename parameters that use reserved keywords in wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php. Sergey Biryukov 2022-12-14 14:26:51 +00:00
  • 97cce2b9ca Code Modernization: Rename parameters that use reserved keywords in wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php. Sergey Biryukov 2022-12-14 13:50:06 +00:00
  • 099b797a3c Code Modernization: Rename parameters that use reserved keywords in wp-includes/rest-api/endpoints/class-wp-rest-controller.php. Sergey Biryukov 2022-12-14 13:39:06 +00:00
  • 4b4faae6cf Built/Test tools, HTTP API: Refactor test for multiple location headers. Peter Wilson 2022-12-14 01:26:39 +00:00
  • 40c097e0d0 Build/Test Tools: Run Xdebug tests on PHP 8.2. Jonathan Desrosiers 2022-12-14 00:22:53 +00:00
  • f41d9d93a9 Code Modernization: Rename parameters that use reserved keywords in wp-includes/rest-api/class-wp-rest-server.php. Sergey Biryukov 2022-12-13 18:32:33 +00:00
  • 608bbf50f9 Code Modernization: Rename parameters that use reserved keywords in wp-includes/rest-api.php. Sergey Biryukov 2022-12-13 18:26:28 +00:00
  • d18ab9906b Options, Meta APIs: Correct the documented return type for get_settings_errors(). John Blackbourn 2022-12-13 16:37:36 +00:00
  • d5ef1d8fc4 Code Modernization: Rename parameters that use reserved keywords in wp-includes/query.php. Sergey Biryukov 2022-12-13 12:24:17 +00:00
  • 508e9b9c2f Code Modernization: Rename parameters that use reserved keywords in wp-includes/post.php. Sergey Biryukov 2022-12-13 00:01:08 +00:00