Make WordPress Core


Ignore:
Timestamp:
06/16/2020 09:05:20 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r48059 r48067  
    422422 * Contrary to normal success Ajax response ("1"), die with time() on success.
    423423 *
     424 * @since 2.7.0
    424425 * @access private
    425  * @since 2.7.0
    426426 *
    427427 * @param int $comment_id
     
    555555 * Ajax handler for adding a hierarchical term.
    556556 *
     557 * @since 3.1.0
    557558 * @access private
    558  * @since 3.1.0
    559559 */
    560560function _wp_ajax_add_hierarchical_term() {
     
    46694669 *
    46704670 * @since 4.9.0
     4671 *
    46714672 * @see wp_edit_theme_plugin_file()
    46724673 */
Note: See TracChangeset for help on using the changeset viewer.