Skip to content

Commit

Permalink
Remove extra space in remove unused CSS field description (PR wp-medi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Presskopp authored Oct 1, 2021
1 parent d5eda82 commit f2d571f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/Admin/Settings/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ private function assets_section() {
'remove_unused_css' => [
'label' => __( 'Remove Unused CSS', 'rocket' ),
// translators: %1$s = opening <a> tag, %2$s = closing </a> tag.
'description' => sprintf( __( 'Removes unused CSS per page and helps to reduce page size and HTTP requests. Recommended for best performance. Test thoroughly! %1$sMore info%2$s', 'rocket' ), '<a href="' . esc_url( $rucss_beacon['url'] ) . '" data-beacon-article="' . esc_attr( $rucss_beacon['id'] ) . '" target="_blank">', '</a>' ),
'description' => sprintf( __( 'Removes unused CSS per page and helps to reduce page size and HTTP requests. Recommended for best performance. Test thoroughly! %1$sMore info%2$s', 'rocket' ), '<a href="' . esc_url( $rucss_beacon['url'] ) . '" data-beacon-article="' . esc_attr( $rucss_beacon['id'] ) . '" target="_blank">', '</a>' ),
'warning' => [
'title' => __( 'We’re still working on it!', 'rocket' ),
'description' => __( 'This is a beta feature. We’re providing you early access but some changes might be added later on. If you notice any errors on your website, simply deactivate the feature.', 'rocket' ),
Expand Down

0 comments on commit f2d571f

Please sign in to comment.