Make WordPress Core

Changeset 57695


Ignore:
Timestamp:
02/22/2024 03:51:32 PM (10 months ago)
Author:
swissspidy
Message:

Shortcodes: Fix small typo in inline documentation.

Props shailu25, mukesh27.
Fixes #60603.

File:
1 edited

Legend:

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

    r57597 r57695  
    363363        .     ')?'
    364364        . ')'
    365         . '(\\]?)';                          // 6: Optional second closing brocket for escaping shortcodes: [[tag]].
     365        . '(\\]?)';                          // 6: Optional second closing bracket for escaping shortcodes: [[tag]].
    366366    // phpcs:enable
    367367}
     
    386386 *     @type string $4 Optional self closing slash.
    387387 *     @type string $5 Content of a shortcode when it wraps some content.
    388  *     @type string $6 Optional second closing brocket for escaping shortcodes.
     388 *     @type string $6 Optional second closing bracket for escaping shortcodes.
    389389 * }
    390390 * @return string Shortcode output.
Note: See TracChangeset for help on using the changeset viewer.