Make WordPress Core


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

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

Location:
branches/5.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.1

  • branches/5.1/composer.json

    r49516 r53972  
    1414        "wp-coding-standards/wpcs": "~2.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.