Commit 422e0f1
committed
feature #4465 Modifying the best practice to use form_start() instead of <form (weaverryan, WouterJ)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4465).
Discussion
----------
Modifying the best practice to use form_start() instead of <form
| Q | A
| --- | ---
| Doc fix? | no
| New docs? | no
| Applies to | 2.3+
| Fixed tickets | #4402
Hi guys!
See #4402. This proposes recommending to use `form_start` for the reasons there. There are pros and cons, but after nice chat, I think the pros outweigh the cons.
/cc @webmozart
Thanks!
Commits
-------
ae3b3cd Fixed typo
f1708f5 Modifying the best practice to use form_start() instead of <form1 file changed
+5
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | | - | |
| 166 | + | |
166 | 167 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 168 | + | |
183 | 169 | | |
184 | 170 | | |
185 | 171 | | |
| |||
0 commit comments