Changeset 48590 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 07/23/2020 09:09:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r47808 r48590 366 366 * @since 4.2.3 367 367 * 368 * @param string $content Content to search for shortcodes369 * @param bool $ignore_html When true, all square braces inside elements will be encoded.370 * @param array $tagnamesList of shortcodes to find.368 * @param string $content Content to search for shortcodes. 369 * @param bool $ignore_html When true, all square braces inside elements will be encoded. 370 * @param array $tagnames List of shortcodes to find. 371 371 * @return string Content with shortcodes filtered out. 372 372 */
Note: See TracChangeset
for help on using the changeset viewer.