Make WordPress Core


Ignore:
Timestamp:
01/15/2018 07:29:37 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Themes: Improve line wrapping in feature filter on Theme Install screen and in the Customizer.

Props chetan200891 for initial patch.
Merges [42447] to the 4.9 branch.
Fixes #42871.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/theme-install.php

    r42003 r42448  
    208208                $feature = esc_attr( $feature );
    209209                echo '<input type="checkbox" id="filter-id-' . $feature . '" value="' . $feature . '" /> ';
    210                 echo '<label for="filter-id-' . $feature . '">' . $feature_name . '</label><br>';
     210                echo '<label for="filter-id-' . $feature . '">' . $feature_name . '</label>';
    211211            }
    212212            echo '</div>';
Note: See TracChangeset for help on using the changeset viewer.