|
75 | 75 | <h1>My PHP.net</h1>
|
76 | 76 |
|
77 | 77 | <p>
|
78 |
| - This page allows you to customize the PHP.net site to some degree |
79 |
| - to your own liking. |
| 78 | + This page allows you to customize the PHP.net site. |
80 | 79 | </p>
|
81 | 80 |
|
82 | 81 | <?php if (!is_official_mirror()) { ?>
|
|
88 | 87 | </p>
|
89 | 88 | <?php } else { ?>
|
90 | 89 | <p>
|
91 |
| - These settings will be active on all official PHP.net mirror sites, |
92 |
| - and are stored using cookies, so you need to have cookies enabled |
93 |
| - to let your settings work. |
| 90 | + These settings are cookie-based and will work on all official PHP.net |
| 91 | + mirror sites. |
94 | 92 | </p>
|
95 | 93 | <?php } ?>
|
96 | 94 |
|
|
101 | 99 | is determined by checking for the following settings. The list is
|
102 | 100 | in priority order, the first is the most important. Normally you don't
|
103 | 101 | need to set your preferred language, as your last seen language is
|
104 |
| - always remembered, and is a good estimate on your preferred language |
| 102 | + always remembered, and is a good estimate of your preferred language |
105 | 103 | most of the time.
|
106 | 104 | </p>
|
107 | 105 |
|
|
145 | 143 | </p>
|
146 | 144 |
|
147 | 145 | <p>
|
148 |
| - The language setting is honored when you use an |
| 146 | + The language setting is honored when you use a |
149 | 147 | <a href="/urlhowto.php">URL shortcut</a>, when you start
|
150 | 148 | a function list search on a non-manual page, when you visit
|
151 | 149 | the <a href="/download-docs.php">manual download</a> or
|
|
176 | 174 | <h2>URL search fallback</h2>
|
177 | 175 |
|
178 | 176 | <p>
|
179 |
| - When you try to access a PHP.net page via an URL shortcut, and |
| 177 | + When you try to access a PHP.net page via a URL shortcut, and |
180 | 178 | the site is unable to find that particular page, it falls back
|
181 | 179 | to a documentation search, or a function list lookup, depending on
|
182 | 180 | your choice. The default is a function list lookup, as most of
|
|
250 | 248 | <h2>User Group tips</h2>
|
251 | 249 |
|
252 | 250 | <p>
|
253 |
| -We are experimenting with listing near by User Groups. This feature is highly experimental |
| 251 | +We are experimenting with listing nearby user groups. This feature is highly experimental |
254 | 252 | and will very likely change a lot and be broken at times.
|
255 | 253 | </p>
|
256 | 254 | <label for="showugenable">Enable UG tips</label> <input type="radio" name="showug" id="showugenable" value="enable" <?php echo myphpnet_showug() ? "checked=checked" : "" ?>><br>
|
|
0 commit comments