Plugin Directory

Changeset 2828881


Ignore:
Timestamp:
12/05/2022 06:11:43 PM (3 years ago)
Author:
casepress
Message:

Update to version 9.0.2 from GitHub

Location:
wooms
Files:
2 added
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wooms/tags/9.0.2/includes/MenuSettings.php

    r2826440 r2828881  
    107107        add_settings_section('woomss_section_login', 'Данные для доступа МойСклад', null, 'mss-settings');
    108108
     109    register_setting( 'mss-settings', 'wooms_config' );
     110
    109111        register_setting('mss-settings', 'woomss_login');
    110112        add_settings_field(
     
    240242    ?>
    241243        <form method="POST" action="options.php">
    242        
     244
    243245            <h1>Настройки интеграции МойСклад</h1>
    244246
    245247            <?php do_action('wooms_settings_after_header') ?>
    246        
     248
    247249            <?php
    248250
  • wooms/trunk/includes/MenuSettings.php

    r2826440 r2828881  
    107107        add_settings_section('woomss_section_login', 'Данные для доступа МойСклад', null, 'mss-settings');
    108108
     109    register_setting( 'mss-settings', 'wooms_config' );
     110
    109111        register_setting('mss-settings', 'woomss_login');
    110112        add_settings_field(
     
    240242    ?>
    241243        <form method="POST" action="options.php">
    242        
     244
    243245            <h1>Настройки интеграции МойСклад</h1>
    244246
    245247            <?php do_action('wooms_settings_after_header') ?>
    246        
     248
    247249            <?php
    248250
Note: See TracChangeset for help on using the changeset viewer.