Plugin Directory

Changeset 3118394


Ignore:
Timestamp:
07/15/2024 01:41:44 PM (21 months ago)
Author:
ringier
Message:

fix(readme.txt): markdown issue on wp.org rendering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ringier-bus/trunk/readme.txt

    r3118366 r3118394  
    5757
    5858Example:
    59 ```php
     59```
    6060function custom_publication_reason(string $publication_reason, int $post_ID): string
    6161{
     
    7171
    7272Example:
    73 ```php
     73```
    7474function custom_article_lifetime(string $article_lifetime, int $post_ID): string
    7575{
     
    8585
    8686Example:
    87 ```php
     87```
    8888function custom_build_article_payload(array $payload_array, int $post_ID, WP_Post $post): array
    8989{
Note: See TracChangeset for help on using the changeset viewer.