From 9f71c66056c60eee97e8b699302fcb756218ae34 Mon Sep 17 00:00:00 2001 From: Jory Hogeveen Date: Thu, 22 Aug 2024 14:50:43 +0200 Subject: [PATCH] Fix alignment (phpcs) Signed-off-by: Jory Hogeveen --- classes/PodsAdmin.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/classes/PodsAdmin.php b/classes/PodsAdmin.php index 1a27dcf62d..52e2778b45 100644 --- a/classes/PodsAdmin.php +++ b/classes/PodsAdmin.php @@ -4415,11 +4415,11 @@ public function add_rest_settings_tab_fields( $options, $pod ) { ], ], 'write_all' => [ - 'label' => __( 'Allow All Fields To Be Updated', 'pods' ), - 'help' => __( 'Allow all fields to be updated via the REST API. If unchecked fields must be enabled on a field by field basis.', 'pods' ), - 'type' => 'boolean', - 'default' => '', - 'depends-on' => [ 'rest_enable' => true, 'read_all' => true ], + 'label' => __( 'Allow All Fields To Be Updated', 'pods' ), + 'help' => __( 'Allow all fields to be updated via the REST API. If unchecked fields must be enabled on a field by field basis.', 'pods' ), + 'type' => 'boolean', + 'default' => '', + 'depends-on' => [ 'rest_enable' => true, 'read_all' => true ], ], /*'write_all_access' => [ 'label' => __( 'Write All Access', 'pods' ),