Changeset 9040
- Timestamp:
- 07/11/2019 02:20:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-cookies.php
r9029 r9040 174 174 <td><?php esc_html_e( 'Session', 'wporg' ); ?></td> 175 175 <td><?php esc_html_e( 'Used as a security token for cross-site request forgery protection.', 'wporg' ); ?></td> 176 <td> No</td>176 <td><?php esc_html_e( 'No', 'wporg' ); ?></td> 177 177 </tr> 178 178 <tr> … … 180 180 <td><?php esc_html_e( '90 days', 'wporg' ); ?></td> 181 181 <td><?php esc_html_e( 'Used to keep anonymous session information.', 'wporg' ); ?></td> 182 <td> No</td>182 <td><?php esc_html_e( 'No', 'wporg' ); ?></td> 183 183 </tr> 184 184 </tbody>
Note: See TracChangeset
for help on using the changeset viewer.