Changeset 60886
- Timestamp:
- 10/01/2025 12:13:35 AM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/kses.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r60884 r60886 139 139 'width' => true, 140 140 ), 141 'data' => array( 142 'value' => true, 143 ), 141 144 'del' => array( 142 145 'datetime' => true, … … 244 247 'type' => true, 245 248 ), 249 'meter' => array( 250 'high' => true, 251 'low' => true, 252 'max' => true, 253 'min' => true, 254 'optimum' => true, 255 'value' => true, 256 ), 246 257 'nav' => array( 247 258 'align' => true, … … 263 274 'width' => true, 264 275 ), 276 'progress' => array( 277 'max' => true, 278 'value' => true, 279 ), 265 280 'q' => array( 266 281 'cite' => true, … … 273 288 's' => array(), 274 289 'samp' => array(), 290 'search' => array(), 275 291 'span' => array( 276 292 'align' => true, … … 354 370 'valign' => true, 355 371 ), 372 'time' => array( 373 'datetime' => true, 374 ), 356 375 'title' => array(), 357 376 'tr' => array( … … 394 413 'width' => true, 395 414 ), 415 'wbr' => array(), 396 416 ); 397 417
Note: See TracChangeset
for help on using the changeset viewer.