Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Another pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/shortcodes.php

    r47808 r48590  
    366366 * @since 4.2.3
    367367 *
    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.
     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.
    371371 * @return string Content with shortcodes filtered out.
    372372 */
Note: See TracChangeset for help on using the changeset viewer.