Changeset 11597 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php
- Timestamp:
- 02/23/2022 02:28:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php
r11516 r11597 70 70 <?php 71 71 if ( $performed_search && ! $results ) { 72 echo '< p class="notice">No results were found.</p>';72 echo '<div class="notice"><p>No results were found.</p></div>'; 73 73 74 74 } elseif ( $performed_search && $results ) {
Note: See TracChangeset
for help on using the changeset viewer.