Make WordPress Core


Ignore:
Timestamp:
08/30/2022 03:37:18 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Grouped backports to the 5.3 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.3 branch.
Props tykoted, martinkrcho, xknown, dd32, peterwilsoncc, paulkevan, timothyblynjacobs.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/composer.json

    r51845 r53970  
    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.