Make WordPress Core


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

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

Location:
branches/5.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0

  • branches/5.0/composer.json

    r43786 r53973  
    1414                "wp-coding-standards/wpcs": "~1.0.0"
    1515        },
     16        "config": {
     17                "allow-plugins": {
     18                        "dealerdirect/phpcodesniffer-composer-installer": true
     19                }
     20        },
    1621        "scripts": {
    1722                "format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
Note: See TracChangeset for help on using the changeset viewer.