Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 01dabab

Browse files
imcuong98rilwis
authored andcommitted
Edit texts
Wrong grammar
1 parent 7860c79 commit 01dabab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_docs/fields/select-advanced.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ array(
6262

6363
## Data
6464

65-
If `multiple` is `false`, this field simply saves the selected value in the database. The value saved is the `value` in the `options` array (not label).
65+
If `multiple` is `false`, this field simply saves the selected value in the database. The saved value is the `value` in the `options` array (not label).
6666

67-
If `multiple` is `true`, this field saves multiple values in the database, where ech value is store in a single row in the database with the same meta key (similar to what `add_post_meta` does with last parameter `false`).
67+
If `multiple` is `true`, this field saves multiple values in the database, where each value is stored in a single row in the database with the same meta key (similar to what `add_post_meta` does with last parameter `false`).
6868

69-
If the field is cloneable, then the value is stored as a serialized array in a single row in the database.
69+
If the field is cloneable, the value is stored as a serialized array in a single row in the database.
7070

7171
## Template usage
7272

@@ -103,6 +103,6 @@ The function [rwmb_meta()](/rwmb-meta/) only returns the value of the field, e.g
103103
rwmb_the_value( $field_id );
104104
```
105105

106-
Depends on the value is a single value or an array (multiple or cloneable or both), this function outputs a simple string or an unordered list.
106+
Depending on the value is a single value or an array (multiple or cloneable or both), this function outputs a simple string or an unordered list.
107107

108108
Read more about [rwmb_meta()](/rwmb-meta/) and [rwmb_the_value()](/rwmb-the-value/).

0 commit comments

Comments
 (0)