Skip to content

Commit

Permalink
Fix #2678
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Jan 19, 2018
1 parent 8d52b46 commit e964083
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/admin/tools/views/html-admin-page-system-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@
<td><?php echo 0 !== $blog_page_id ? esc_html( get_the_title( $blog_page_id ) . ' (#' . $blog_page_id . ')' ) : __( 'Unset', 'give' ); ?></td>
</tr>
<?php endif;?>
<tr>
<td data-export-label="Table Prefix Length"><?php _e( 'Table Prefix', 'give' ); ?>:</td>
<td class="help"><?php echo Give()->tooltips->render_help( __( 'The table prefix used in your WordPress database.', 'give' ) ); ?></td>
<td><?php echo esc_html( $wpdb->prefix ); ?></td>
</tr>
<tr>
<td data-export-label="Table Prefix Length"><?php _e( 'Table Prefix Length', 'give' ); ?>:</td>
<td class="help"><?php echo Give()->tooltips->render_help( __( 'The length of the table prefix used in your WordPress database.', 'give' ) ); ?></td>
Expand Down

0 comments on commit e964083

Please sign in to comment.