Changeset 46465 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 10/12/2019 02:48:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r46369 r46465 489 489 * 490 490 * @since 2.5.0 491 * @since 5.3.0 Support of a full shortcode input.492 * 493 * @param string $text 491 * @since 5.3.0 Added support of a full shortcode input. 492 * 493 * @param string $text Any single shortcode of any format or key/value pair string. 494 494 * @return array|string List of attribute values. 495 495 * Returns empty array if trim( $text ) == '""'.
Note: See TracChangeset
for help on using the changeset viewer.