Make WordPress Core


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

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

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/composer.json

    r51846 r53971  
    1616        "yoast/phpunit-polyfills": "^1.0.1"
    1717    },
     18    "config": {
     19        "allow-plugins": {
     20            "dealerdirect/phpcodesniffer-composer-installer": true
     21        }
     22    },
    1823    "scripts": {
    1924        "format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
Note: See TracChangeset for help on using the changeset viewer.