Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/09/2019 04:42:04 PM (6 years ago)
Author:
johnjamesjacoby
Message:

Tools: wrap routine descriptions in a description paragraph tag.

This commit ensures that the descriptive text used to highlight what a specific tool does does not blend in with the title above it.

Fixes #3277. Props JarretC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/tools/upgrade.php

    r6926 r6927  
    123123                                        // Optional description
    124124                                        if ( ! empty( $item['description'] ) ) :
    125                                             echo esc_html( $item['description'] );
     125                                            echo '<p class="description">' . esc_html( $item['description'] ) . '</p>';
    126126                                        endif;
    127127
Note: See TracChangeset for help on using the changeset viewer.