Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5eff13d

Browse files
committed
minor#8645 Change some docs to be gender-neutral (javiereguiluz)
This PR was merged into the 2.7 branch.Discussion----------Change some docs to be gender-neutralWe already fixed this in#7946 ... but some texts weren't updated.Commits-------3152cba Change some docs to be gender-neutral
2 parentse00a3a2 +3152cba commit5eff13d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎form/events.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Creating and binding an event listener to the form is very easy::
292292
return;
293293
}
294294

295-
// Check whether the user has chosen to displayhis email or not.
295+
// Check whether the user has chosen to displaytheir email or not.
296296
// If the data was submitted previously, the additional value that is
297297
// included in the request variables needs to be removed.
298298
if (true === $user['show_email']) {
@@ -372,7 +372,7 @@ Event subscribers have different uses:
372372
$form = $event->getForm();
373373
374374
// Check whether the user from the initial data has chosen to
375-
// displayhis email or not.
375+
// displaytheir email or not.
376376
if (true === $user->isShowEmail()) {
377377
$form->add('email', 'email');
378378
}
@@ -387,7 +387,7 @@ Event subscribers have different uses:
387387
return;
388388
}
389389
390-
// Check whether the user has chosen to displayhis email or not.
390+
// Check whether the user has chosen to displaytheir email or not.
391391
// If the data was submitted previously, the additional value that
392392
// is included in the request variables needs to be removed.
393393
if (true === $user['show_email']) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp