Skip to content

Commit 2f74376

Browse files
authored
Merge pull request #75 from manzoorwanijk/patch-1
Corrected method descriptions
2 parents f8ecca7 + 7e27ae7 commit 2f74376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/class.settings-api.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function callback_checkbox( $args ) {
234234
}
235235

236236
/**
237-
* Displays a multicheckbox a settings field
237+
* Displays a multicheckbox for a settings field
238238
*
239239
* @param array $args settings field args
240240
*/
@@ -257,7 +257,7 @@ function callback_multicheck( $args ) {
257257
}
258258

259259
/**
260-
* Displays a multicheckbox a settings field
260+
* Displays a radio button for a settings field
261261
*
262262
* @param array $args settings field args
263263
*/
@@ -317,7 +317,7 @@ function callback_textarea( $args ) {
317317
}
318318

319319
/**
320-
* Displays a textarea for a settings field
320+
* Displays the html for a settings field
321321
*
322322
* @param array $args settings field args
323323
* @return string

0 commit comments

Comments
 (0)