Ticket #4583: 4583.2.diff
| File 4583.2.diff, 1.1 KB (added by , 7 years ago) |
|---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-cookies.php
166 166 <tr> 167 167 <th>trac_form_token</th> 168 168 <td><?php esc_html_e( 'Session', 'wporg' ); ?></td> 169 <td>< /td>170 <td> <?php esc_html_e( 'Used to check whether the current visitor is a logged in WordPress.org user.', 'wporg' ); ?></td>169 <td><?php esc_html_e( 'Used as a security token for cross-site request forgery protection.', 'wporg' ); ?></td> 170 <td>No</td> 171 171 </tr> 172 <tr> 173 <th>trac_session</th> 174 <td><?php esc_html_e( '90 days', 'wporg' ); ?></td> 175 <td><?php esc_html_e( 'Used to keep anonymous session information.', 'wporg' ); ?></td> 176 <td>No</td> 177 </tr> 172 178 </tbody> 173 179 </table> 174 180