Make WordPress Core


Ignore:
Timestamp:
09/10/2019 07:22:07 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix placement of some duplicate hook references.

Hook documentation should be on the line directly above the line containing the do_action() or apply_filters() call. The CS auto-fixing, which changed some inconsistent function calls to multi-line function calls, is part of the reason why this was no longer the case for a select group of duplicate hook references.

Includes minor code layout fixes.

See #47110.

File:
1 edited

Legend:

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

    r46083 r46088  
    310310    $title = esc_textarea( trim( $post->post_title ) );
    311311
    312     /** This filter is documented in wp-admin/edit-tag-form.php */
    313312    echo '
    314313<div class="hidden" id="inline_' . $post->ID . '">
Note: See TracChangeset for help on using the changeset viewer.