From 2b27ce652e675c375d1d741b36157c14b6801aec Mon Sep 17 00:00:00 2001 From: zlzleking Date: Sat, 25 Feb 2023 15:23:27 +0900 Subject: [PATCH] fix phpcs --- LibertyTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibertyTemplate.php b/LibertyTemplate.php index b48f98f0..418a8fa2 100644 --- a/LibertyTemplate.php +++ b/LibertyTemplate.php @@ -575,7 +575,7 @@ protected function contentsToolbox() { // The JS will transform the edit button *above* into the VE-ful one, // whereas _this_ one will become the "edit source" button if ( $hasVisualEditor ) { - if ( $action !== 'edit' && $editable == true) { + if ( $action !== 'edit' && $editable == true ) { $editLabel = 'visualeditor-ca-editsource'; echo $linkRenderer->makeKnownLink( $title,