Skip to content

Commit 9416b02

Browse files
committed
Use double quotes
1 parent f09deee commit 9416b02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mu-plugins/blocks/table-of-contents/postcss/style.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
text-decoration: none !important;
123123

124124
/* stylelint-disable-next-line function-url-quotes */
125-
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzM4NThFOSIgZD0iTTEwIDE3LjM4OUg4LjQ0NEE1LjE5NCA1LjE5NCAwIDEgMSA4LjQ0NCA3SDEwdjEuNUg4LjQ0NGEzLjY5NCAzLjY5NCAwIDAgMCAwIDcuMzg5SDEwdjEuNVpNMTQgN2gxLjU1NmE1LjE5NCA1LjE5NCAwIDAgMSAwIDEwLjM5SDE0di0xLjVoMS41NTZhMy42OTQgMy42OTQgMCAwIDAgMC03LjM5SDE0VjdabS00LjUgNmg1di0xLjVoLTVWMTNaIj48L3BhdGg+PC9zdmc+');
125+
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzM4NThFOSIgZD0iTTEwIDE3LjM4OUg4LjQ0NEE1LjE5NCA1LjE5NCAwIDEgMSA4LjQ0NCA3SDEwdjEuNUg4LjQ0NGEzLjY5NCAzLjY5NCAwIDAgMCAwIDcuMzg5SDEwdjEuNVpNMTQgN2gxLjU1NmE1LjE5NCA1LjE5NCAwIDAgMSAwIDEwLjM5SDE0di0xLjVoMS41NTZhMy42OTQgMy42OTQgMCAwIDAgMC03LjM5SDE0VjdabS00LjUgNmg1di0xLjVoLTVWMTNaIj48L3BhdGg+PC9zdmc+");
126126
background-position: right center;
127127
background-repeat: no-repeat;
128128
background-size: contain;

mu-plugins/rest-api/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ function initialize_rest_endpoints() {
2121
$users_controller->register_routes();
2222

2323
// The Site Quality controller is only needed on the main site. Note: domain check is due to this plugin running on multiple networks.
24-
if ( 1 === get_current_blog_id() && 'wordpress.org' === get_blog_details()->domain ) {
25-
require_once __DIR__ . '/endpoints/class-wporg-site-quality-controller.php';
26-
}
24+
// if ( 1 === get_current_blog_id() && 'wordpress.org' === get_blog_details()->domain ) {
25+
// require_once __DIR__ . '/endpoints/class-wporg-site-quality-controller.php';
26+
// }
2727

2828
if ( defined( 'WPORG_THEME_DIRECTORY_BLOGID' ) && WPORG_THEME_DIRECTORY_BLOGID === get_current_blog_id() ) {
2929
require_once __DIR__ . '/endpoints/class-wporg-base-locale-banner-controller.php';

0 commit comments

Comments
 (0)