Make WordPress Core


Ignore:
Timestamp:
02/09/2018 04:54:58 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Add missing code formatting to various @since entries.

See #42505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php

    r42343 r42678  
    579579         *
    580580         * @since 4.7.0
    581          * @since 4.8.0 $prepared_comment can now be a WP_Error to shortcircuit insertion.
     581         * @since 4.8.0 `$prepared_comment` can now be a WP_Error to shortcircuit insertion.
    582582         *
    583583         * @param array|WP_Error  $prepared_comment The prepared comment data for wp_insert_comment().
Note: See TracChangeset for help on using the changeset viewer.