Plugin Directory

Changeset 2738601


Ignore:
Timestamp:
06/07/2022 12:21:20 PM (4 years ago)
Author:
wp01ru
Message:

обновление

Location:
wp01/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • wp01/trunk/content/en/step-3.php

    r2704885 r2738601  
    13731373   
    13741374        $structure = array(
     1375/*
    13751376            array(
    13761377                "filename" => '.htaccess',
     
    13881389               
    13891390            ),
     1391*/
    13901392            array(
    13911393                "filename" => 'footer.php',
  • wp01/trunk/content/en/step-4.php

    r2704885 r2738601  
    649649   
    650650        $structure = array(
     651/*
    651652            array(
    652653                "filename" => '.htaccess',
     
    664665               
    665666            ),
     667*/
    666668            array(
    667669                "filename" => 'footer.php',
  • wp01/trunk/content/en/step-5.php

    r2704885 r2738601  
    510510   
    511511        $structure = array(
     512/*
    512513            array(
    513514                "filename" => '.htaccess',
     
    525526               
    526527            ),
     528*/
    527529            array(
    528530                "filename" => 'footer.php',
  • wp01/trunk/content/en/step-6.php

    r2704885 r2738601  
    257257   
    258258        $structure = array(
     259/*
    259260            array(
    260261                "filename" => '.htaccess',
     
    272273               
    273274            ),
     275*/
    274276            array(
    275277                "filename" => 'footer.php',
  • wp01/trunk/content/ru/step-3.php

    r2704885 r2738601  
    13721372   
    13731373        $structure = array(
    1374             array(
     1374/*          array(
    13751375                "filename" => '.htaccess',
    13761376                "path" => '/',
     
    13851385                "comment" => 'Конфигурационный файл WordPress',
    13861386                "button_text" => 'Скачать'
    1387                
    13881387            ),
     1388*/
    13891389            array(
    13901390                "filename" => 'footer.php',
  • wp01/trunk/content/ru/step-4.php

    r2704885 r2738601  
    655655   
    656656        $structure = array(
    657             array(
     657/*          array(
    658658                "filename" => '.htaccess',
    659659                "path" => '/',
     
    668668                "comment" => 'Конфигурационный файл WordPress',
    669669                "button_text" => 'Скачать'
    670                
    671             ),
     670            ),
     671*/
    672672            array(
    673673                "filename" => 'footer.php',
  • wp01/trunk/content/ru/step-5.php

    r2704885 r2738601  
    516516   
    517517        $structure = array(
    518             array(
     518/*          array(
    519519                "filename" => '.htaccess',
    520520                "path" => '/',
     
    529529                "comment" => 'Конфигурационный файл WordPress',
    530530                "button_text" => 'Скачать'
    531                
    532             ),
     531            ),
     532*/
    533533            array(
    534534                "filename" => 'footer.php',
  • wp01/trunk/content/ru/step-6.php

    r2704885 r2738601  
    259259   
    260260        $structure = array(
    261             array(
     261/*          array(
    262262                "filename" => '.htaccess',
    263263                "path" => '/',
     
    272272                "comment" => 'Конфигурационный файл WordPress',
    273273                "button_text" => 'Скачать'
    274                
    275             ),
     274            ),
     275*/
    276276            array(
    277277                "filename" => 'footer.php',
  • wp01/trunk/inc/class-wp01.php

    r2738597 r2738601  
    8282        add_action('wp_ajax_wp01_save_settings', array('WP01', 'save_settings'));
    8383/* start new */     
    84 /*
    8584        add_action('wp_ajax_wp01_generate_zip_archive', array('WP01', 'make_archive'));
    8685        add_action('wp_ajax_nopriv_wp01_generate_zip_archive', array('WP01', 'make_archive'));
    87  */
    8886/* end new  */
    8987    }
Note: See TracChangeset for help on using the changeset viewer.