Make WordPress Core


Ignore:
Timestamp:
07/07/2020 09:28:19 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-block-patterns-registry.php

    r48336 r48365  
    3434     *
    3535     * @param string $pattern_name       Pattern name including namespace.
    36      * @param array  $pattern_properties Array containing the properties of the pattern: title, content, description, viewportWidth, categories, keywords.
     36     * @param array  $pattern_properties Array containing the properties of the pattern: title,
     37     *                                   content, description, viewportWidth, categories, keywords.
    3738     * @return bool True if the pattern was registered with success and false otherwise.
    3839     */
Note: See TracChangeset for help on using the changeset viewer.