Changeset 3317967
- Timestamp:
- 06/26/2025 05:17:44 AM (9 months ago)
- Location:
- contact-form-cfdb7/trunk
- Files:
-
- 4 edited
-
contact-form-cfdb-7.php (modified) (1 diff)
-
inc/add-ons.php (modified) (1 diff)
-
inc/admin-mainpage.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-cfdb7/trunk/contact-form-cfdb-7.php
r3263745 r3317967 7 7 Author URI: http://ciphercoin.com/ 8 8 Text Domain: contact-form-cfdb7 9 License: GPL v2 or later 9 10 Domain Path: /languages/ 10 Version: 1.3. 011 Version: 1.3.1 11 12 */ 12 13 -
contact-form-cfdb7/trunk/inc/add-ons.php
r2951126 r3317967 14 14 </span> 15 15 </h2> 16 <p><?php _e( ' These extensions <strong>add functionality</strong> to CFDB7', 'contact-form-cfdb7' ); ?></p>16 <p><?php _e( 'Add extra features to CFDB7 with these extensions.', 'contact-form-cfdb7' ); ?></p> 17 17 <?php echo cfdb7_add_ons_get_feed(); ?> 18 18 </div> -
contact-form-cfdb7/trunk/inc/admin-mainpage.php
r2461305 r3317967 67 67 <div class="wrap"> 68 68 <div id="icon-users" class="icon32"></div> 69 <h2><?php _e( 'Contact Forms List', 'contact-form-cfdb7' ); ?></h2>69 <h2><?php _e( 'Contact Forms', 'contact-form-cfdb7' ); ?></h2> 70 70 <?php $ListTable->display(); ?> 71 71 </div> … … 92 92 { 93 93 94 global $wpdb;95 $cfdb = apply_filters( 'cfdb7_database', $wpdb );96 $table_name = $cfdb->prefix.'db7_forms';97 94 $columns = $this->get_columns(); 98 95 $hidden = $this->get_hidden_columns(); -
contact-form-cfdb7/trunk/readme.txt
r3271690 r3317967 5 5 Requires at least: 4.8 6 6 Tested up to: 6.8 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 79 79 == Changelog == 80 80 81 = 1.3.1 = 82 Changed the text 83 81 84 = 1.3.0 = 82 85 Hooks are modified … … 93 96 = 1.2.7 = 94 97 Extra protection for files 95 96 = 1.2.6.8 =97 Added cfdb7_admin_subpage_columns hook98 98 99 99 … … 122 122 123 123 124
Note: See TracChangeset
for help on using the changeset viewer.