Making WordPress.org


Ignore:
Timestamp:
02/29/2024 04:35:31 AM (2 years ago)
Author:
dd32
Message:

Plugin Directory: Release Confirmation: Add missing paragraph tag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-release-confirmation.php

    r13247 r13248  
    100100        if ( $not_enabled ) {
    101101            printf(
    102                 '<em>' . __( 'The following plugins do not have release confirmations enabled: %s', 'wporg-plugins') . '</em>',
     102                '<p><em>' . __( 'The following plugins do not have release confirmations enabled: %s', 'wporg-plugins') . '</em></p>',
    103103                wp_sprintf_l( '%l', array_filter( array_map( function( $plugin ) {
    104104                    if ( 'publish' == get_post_status( $plugin ) ) {
Note: See TracChangeset for help on using the changeset viewer.