Make WordPress Core

Changeset 43663


Ignore:
Timestamp:
10/01/2018 09:55:33 PM (5 years ago)
Author:
pento
Message:

Taxonomy: Remove the "Note" label from the notes on the Category edit list.

There are notes on both the Tag and Category pages, but only the latter prefixes it with a "Note" label.

Props joanrho, pratikthink, jainnidhi.
Fixes #43800.

File:
1 edited

Legend:

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

    r43571 r43663  
    582582<p>
    583583    <?php
    584     echo '<strong>' . __( 'Note:' ) . '</strong><br />';
    585584    printf(
    586585        /* translators: %s: default category */
     
    592591</p>
    593592    <?php if ( current_user_can( 'import' ) ) : ?>
    594 <p><?php printf( __( 'Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.' ), esc_url( $import_link ) ); ?></p>
     593    <p>
     594        <?php printf( __( 'Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.' ), esc_url( $import_link ) ); ?>
     595    </p>
    595596    <?php endif; ?>
    596597</div>
Note: See TracChangeset for help on using the changeset viewer.