Making WordPress.org


Ignore:
Timestamp:
04/15/2024 07:17:48 AM (15 months ago)
Author:
dd32
Message:

Plugin Directory: Fix the display of the 'can't use those tags' warning too.

See #6108, [13523].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php

    r13513 r13524  
    330330                    /* translators: %s: list of tags not supported */
    331331                    __( 'One or more tags were ignored. The following tags are not permitted: %s', 'wporg-plugins' ),
    332                     '<code>' . implode( '</code>, <code>', $readme->ignore_tags ) . '</code>'
     332                    '<code>' . implode( '</code>, <code>', $data ) . '</code>'
    333333                );
    334334            case 'low_usage_tags':
Note: See TracChangeset for help on using the changeset viewer.