Changeset 6927 for trunk/src/includes/admin/tools/upgrade.php
- Timestamp:
- 11/09/2019 04:42:04 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/upgrade.php
r6926 r6927 123 123 // Optional description 124 124 if ( ! empty( $item['description'] ) ) : 125 echo esc_html( $item['description'] );125 echo '<p class="description">' . esc_html( $item['description'] ) . '</p>'; 126 126 endif; 127 127
Note: See TracChangeset
for help on using the changeset viewer.