Changeset 57695
- Timestamp:
- 02/22/2024 03:51:32 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r57597 r57695 363 363 . ')?' 364 364 . ')' 365 . '(\\]?)'; // 6: Optional second closing br ocket for escaping shortcodes: [[tag]].365 . '(\\]?)'; // 6: Optional second closing bracket for escaping shortcodes: [[tag]]. 366 366 // phpcs:enable 367 367 } … … 386 386 * @type string $4 Optional self closing slash. 387 387 * @type string $5 Content of a shortcode when it wraps some content. 388 * @type string $6 Optional second closing br ocket for escaping shortcodes.388 * @type string $6 Optional second closing bracket for escaping shortcodes. 389 389 * } 390 390 * @return string Shortcode output.
Note: See TracChangeset
for help on using the changeset viewer.