File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 34
34
// Temporarily match old keys to new ones to ensure compatibility
35
35
// --fields
36
36
$ _lang ['chunk_desc_category ' ] = $ _lang ['chunk_category_desc ' ];
37
- $ _lang ['chunk_desc_name ' ] = $ _lang ['chunk_name_desc ' ];
38
37
$ _lang ['chunk_lock_msg ' ] = $ _lang ['chunk_lock_desc ' ];
39
38
40
39
// --tabs
Original file line number Diff line number Diff line change 573
573
// All
574
574
$ _lang ['static_file ' ] = 'Static File ' ;
575
575
$ _lang ['static_file_desc ' ] = 'The external file location where the source code for this element is stored. ' ;
576
+ // Temporarily match old keys to new ones to ensure compatibility
577
+ $ _lang ['static_file_msg ' ] = $ _lang ['static_file_desc ' ];
576
578
577
579
// Chunks
578
580
$ _lang ['example_tag_chunk_name ' ] = 'NameOfChunk ' ;
583
585
$ _lang ['chunk_tag_copied ' ] = 'Chunk tag copied! ' ;
584
586
// Temporarily match old keys to new ones to ensure compatibility
585
587
$ _lang ['chunk_desc_description ' ] = $ _lang ['chunk_description_desc ' ];
588
+ $ _lang ['chunk_desc_name ' ] = $ _lang ['chunk_name_desc ' ];
586
589
587
590
// Plugins
588
591
$ _lang ['plugin_code ' ] = 'Plugin Code (PHP) ' ;
Original file line number Diff line number Diff line change 38
38
39
39
// Temporarily match old keys to new ones to ensure compatibility
40
40
$ _lang ['is_static_msg ' ] = $ _lang ['is_static_desc ' ];
41
- $ _lang ['static_file_msg ' ] = $ _lang ['static_file_desc ' ];
42
41
$ _lang ['static_source_msg ' ] = $ _lang ['static_source_desc ' ];
43
42
44
43
/*
You can’t perform that action at this time.
0 commit comments