Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-tag-form.php

    r46685 r47122  
    77 */
    88
    9 // don't load directly
     9// Don't load directly.
    1010if ( ! defined( 'ABSPATH' ) ) {
    1111    die( '-1' );
    1212}
    1313
    14 // Back compat hooks
     14// Back compat hooks.
    1515if ( 'category' == $taxonomy ) {
    1616    /**
     
    192192        </tr>
    193193        <?php
    194         // Back compat hooks
     194        // Back compat hooks.
    195195        if ( 'category' == $taxonomy ) {
    196196            /**
     
    239239    </table>
    240240<?php
    241 // Back compat hooks
     241// Back compat hooks.
    242242if ( 'category' == $taxonomy ) {
    243243    /** This action is documented in wp-admin/edit-tags.php */
Note: See TracChangeset for help on using the changeset viewer.