Changeset 2738601
- Timestamp:
- 06/07/2022 12:21:20 PM (4 years ago)
- Location:
- wp01/trunk
- Files:
-
- 9 edited
-
content/en/step-3.php (modified) (2 diffs)
-
content/en/step-4.php (modified) (2 diffs)
-
content/en/step-5.php (modified) (2 diffs)
-
content/en/step-6.php (modified) (2 diffs)
-
content/ru/step-3.php (modified) (2 diffs)
-
content/ru/step-4.php (modified) (2 diffs)
-
content/ru/step-5.php (modified) (2 diffs)
-
content/ru/step-6.php (modified) (2 diffs)
-
inc/class-wp01.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp01/trunk/content/en/step-3.php
r2704885 r2738601 1373 1373 1374 1374 $structure = array( 1375 /* 1375 1376 array( 1376 1377 "filename" => '.htaccess', … … 1388 1389 1389 1390 ), 1391 */ 1390 1392 array( 1391 1393 "filename" => 'footer.php', -
wp01/trunk/content/en/step-4.php
r2704885 r2738601 649 649 650 650 $structure = array( 651 /* 651 652 array( 652 653 "filename" => '.htaccess', … … 664 665 665 666 ), 667 */ 666 668 array( 667 669 "filename" => 'footer.php', -
wp01/trunk/content/en/step-5.php
r2704885 r2738601 510 510 511 511 $structure = array( 512 /* 512 513 array( 513 514 "filename" => '.htaccess', … … 525 526 526 527 ), 528 */ 527 529 array( 528 530 "filename" => 'footer.php', -
wp01/trunk/content/en/step-6.php
r2704885 r2738601 257 257 258 258 $structure = array( 259 /* 259 260 array( 260 261 "filename" => '.htaccess', … … 272 273 273 274 ), 275 */ 274 276 array( 275 277 "filename" => 'footer.php', -
wp01/trunk/content/ru/step-3.php
r2704885 r2738601 1372 1372 1373 1373 $structure = array( 1374 array(1374 /* array( 1375 1375 "filename" => '.htaccess', 1376 1376 "path" => '/', … … 1385 1385 "comment" => 'Конфигурационный файл WordPress', 1386 1386 "button_text" => 'Скачать' 1387 1388 1387 ), 1388 */ 1389 1389 array( 1390 1390 "filename" => 'footer.php', -
wp01/trunk/content/ru/step-4.php
r2704885 r2738601 655 655 656 656 $structure = array( 657 array(657 /* array( 658 658 "filename" => '.htaccess', 659 659 "path" => '/', … … 668 668 "comment" => 'Конфигурационный файл WordPress', 669 669 "button_text" => 'Скачать' 670 671 ), 670 ), 671 */ 672 672 array( 673 673 "filename" => 'footer.php', -
wp01/trunk/content/ru/step-5.php
r2704885 r2738601 516 516 517 517 $structure = array( 518 array(518 /* array( 519 519 "filename" => '.htaccess', 520 520 "path" => '/', … … 529 529 "comment" => 'Конфигурационный файл WordPress', 530 530 "button_text" => 'Скачать' 531 532 ), 531 ), 532 */ 533 533 array( 534 534 "filename" => 'footer.php', -
wp01/trunk/content/ru/step-6.php
r2704885 r2738601 259 259 260 260 $structure = array( 261 array(261 /* array( 262 262 "filename" => '.htaccess', 263 263 "path" => '/', … … 272 272 "comment" => 'Конфигурационный файл WordPress', 273 273 "button_text" => 'Скачать' 274 275 ), 274 ), 275 */ 276 276 array( 277 277 "filename" => 'footer.php', -
wp01/trunk/inc/class-wp01.php
r2738597 r2738601 82 82 add_action('wp_ajax_wp01_save_settings', array('WP01', 'save_settings')); 83 83 /* start new */ 84 /*85 84 add_action('wp_ajax_wp01_generate_zip_archive', array('WP01', 'make_archive')); 86 85 add_action('wp_ajax_nopriv_wp01_generate_zip_archive', array('WP01', 'make_archive')); 87 */88 86 /* end new */ 89 87 }
Note: See TracChangeset
for help on using the changeset viewer.