Changeset 2828881
- Timestamp:
- 12/05/2022 06:11:43 PM (3 years ago)
- Location:
- wooms
- Files:
-
- 2 added
- 2 edited
- 1 copied
-
tags/9.0.2 (copied) (copied from wooms/trunk)
-
tags/9.0.2/includes/MenuSettings.php (modified) (2 diffs)
-
tags/9.0.2/includes/ProductsSkipIfSkuEmpty.php (added)
-
trunk/includes/MenuSettings.php (modified) (2 diffs)
-
trunk/includes/ProductsSkipIfSkuEmpty.php (added)
Legend:
- Unmodified
- Added
- Removed
-
wooms/tags/9.0.2/includes/MenuSettings.php
r2826440 r2828881 107 107 add_settings_section('woomss_section_login', 'Данные для доступа МойСклад', null, 'mss-settings'); 108 108 109 register_setting( 'mss-settings', 'wooms_config' ); 110 109 111 register_setting('mss-settings', 'woomss_login'); 110 112 add_settings_field( … … 240 242 ?> 241 243 <form method="POST" action="options.php"> 242 244 243 245 <h1>Настройки интеграции МойСклад</h1> 244 246 245 247 <?php do_action('wooms_settings_after_header') ?> 246 248 247 249 <?php 248 250 -
wooms/trunk/includes/MenuSettings.php
r2826440 r2828881 107 107 add_settings_section('woomss_section_login', 'Данные для доступа МойСклад', null, 'mss-settings'); 108 108 109 register_setting( 'mss-settings', 'wooms_config' ); 110 109 111 register_setting('mss-settings', 'woomss_login'); 110 112 add_settings_field( … … 240 242 ?> 241 243 <form method="POST" action="options.php"> 242 244 243 245 <h1>Настройки интеграции МойСклад</h1> 244 246 245 247 <?php do_action('wooms_settings_after_header') ?> 246 248 247 249 <?php 248 250
Note: See TracChangeset
for help on using the changeset viewer.