mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Docs: Use sentence case for comments in tests/kses.php
, per the documentation standards.
Follow-up to [48132]. See #49464, #49572. Built from https://develop.svn.wordpress.org/trunk@48139 git-svn-id: http://core.svn.wordpress.org/trunk@47908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f1e9bdd9b5
commit
5e7dfff3a0
@ -1452,9 +1452,9 @@ function wp_kses_hair_parse( $attr ) {
|
||||
// phpcs:disable Squiz.Strings.ConcatenationSpacing.PaddingFound -- don't remove regex indentation
|
||||
$regex =
|
||||
'(?:'
|
||||
. '[_a-zA-Z][-_a-zA-Z0-9:.]*' // Attribute name.
|
||||
. '[_a-zA-Z][-_a-zA-Z0-9:.]*' // Attribute name.
|
||||
. '|'
|
||||
. '\[\[?[^\[\]]+\]\]?' // Shortcode in the name position implies unfiltered_html.
|
||||
. '\[\[?[^\[\]]+\]\]?' // Shortcode in the name position implies unfiltered_html.
|
||||
. ')'
|
||||
. '(?:' // Attribute value.
|
||||
. '\s*=\s*' // All values begin with '='.
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-48138';
|
||||
$wp_version = '5.5-alpha-48139';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user