Make WordPress Core


Ignore:
Timestamp:
11/04/2025 07:49:55 PM (5 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Add some missing full stops in various DocBlocks.

Follow-up to [8196], [32846], [34928].

Props sujansarkar, shailu25, dhruvang21, westonruter, SergeyBiryukov.
Fixes #64181.

File:
1 edited

Legend:

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

    r60901 r61139  
    320320 *
    321321 * @param array $tagnames Optional. List of shortcodes to find. Defaults to all registered shortcodes.
    322  * @return string The shortcode search regular expression
     322 * @return string The shortcode search regular expression.
    323323 */
    324324function get_shortcode_regex( $tagnames = null ) {
Note: See TracChangeset for help on using the changeset viewer.