Making WordPress.org

Ticket #4583: 4583.2.diff

File 4583.2.diff, 1.1 KB (added by garrett-eclipse, 7 years ago)

Additional patch to fix the verbiage as it's incorrect for trac_form_token as well as add the trac_session cookie

  • wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-cookies.php

     
    166166                                                        <tr>
    167167                                                                <th>trac_form_token</th>
    168168                                                                <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>
    171171                                                        </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>
    172178                                                </tbody>
    173179                                        </table>
    174180