Changeset 13279 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-events/wporg-gp-translation-events.php
- Timestamp:
- 03/05/2024 01:17:22 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-events/wporg-gp-translation-events.php
r13269 r13279 73 73 74 74 public function activate() { 75 global $ wpdb;75 global $gp_table_prefix; 76 76 $create_table = " 77 CREATE TABLE `{$ wpdb->base_prefix}event_actions` (77 CREATE TABLE `{$gp_table_prefix}event_actions` ( 78 78 `translate_event_actions_id` int(11) unsigned NOT NULL AUTO_INCREMENT, 79 79 `event_id` int(10) NOT NULL COMMENT 'Post_ID of the translation_event post in the wp_posts table',
Note: See TracChangeset
for help on using the changeset viewer.