Skip to content

Commit 623f0c6

Browse files
author
Guido W. Pettinari
committed
Fix minore indentazione
1 parent fa0874e commit 623f0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/class-settings-api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ function admin_init() {
103103
if ( isset($section['desc']) && !empty($section['desc']) ) {
104104
$section['desc'] = '<div class="inside">' . $section['desc'] . '</div>';
105105
$callback = function() use ( $section ) {
106-
echo str_replace( '"', '\"', $section['desc'] );
107-
};
106+
echo str_replace( '"', '\"', $section['desc'] );
107+
};
108108
} else if ( isset( $section['callback'] ) ) {
109109
$callback = $section['callback'];
110110
} else {

0 commit comments

Comments
 (0)