Making WordPress.org

Ticket #4583: 4583.diff

File 4583.diff, 727 bytes (added by garrett-eclipse, 7 years ago)

Patch to fix the table format for *.trac.wordpress.org

  • 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>
    170169                                                                <td><?php esc_html_e( 'Used to check whether the current visitor is a logged in WordPress.org user.', 'wporg' ); ?></td>
     170                                                                <td>No</td>
    171171                                                        </tr>
    172172                                                </tbody>
    173173                                        </table>