Make WordPress Core


Ignore:
Timestamp:
08/30/2022 03:33:59 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Grouped backports to the 5.5 branch.

  • Posts, Post Types: Escape output within the_meta().
  • General: Ensure bookmark query limits are numeric.
  • Plugins: Escape output in error messages.
  • Build/Test Tools: Allow the PHPCS plugin in Composer configuration.

Merges [52412,53958-53960] to the 5.5 branch.
Props tykoted, martinkrcho, xknown, dd32, peterwilsoncc, paulkevan, timothyblynjacobs.

Location:
branches/5.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.5

  • branches/5.5/composer.json

    r51843 r53968  
    2020                "yoast/phpunit-polyfills": "^1.0.1"
    2121        },
     22        "config": {
     23                "allow-plugins": {
     24                        "dealerdirect/phpcodesniffer-composer-installer": true
     25                }
     26        },
    2227        "scripts": {
    2328                "compat": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --standard=phpcompat.xml.dist --report=summary,source",
Note: See TracChangeset for help on using the changeset viewer.