Make WordPress Core


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

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

Location:
branches/5.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.7

  • branches/5.7/composer.json

    r51839 r53966  
    3434        ]
    3535    },
     36    "config": {
     37        "allow-plugins": {
     38            "dealerdirect/phpcodesniffer-composer-installer": true
     39        }
     40    },
    3641    "scripts": {
    3742        "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.