File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3434// Temporarily match old keys to new ones to ensure compatibility
3535// --fields
3636$ _lang ['chunk_desc_category ' ] = $ _lang ['chunk_category_desc ' ];
37- $ _lang ['chunk_desc_name ' ] = $ _lang ['chunk_name_desc ' ];
3837$ _lang ['chunk_lock_msg ' ] = $ _lang ['chunk_lock_desc ' ];
3938
4039// --tabs
Original file line number Diff line number Diff line change 574574// All
575575$ _lang ['static_file ' ] = 'Static File ' ;
576576$ _lang ['static_file_desc ' ] = 'The external file location where the source code for this element is stored. ' ;
577+ // Temporarily match old keys to new ones to ensure compatibility
578+ $ _lang ['static_file_msg ' ] = $ _lang ['static_file_desc ' ];
577579
578580// Chunks
579581$ _lang ['example_tag_chunk_name ' ] = 'NameOfChunk ' ;
584586$ _lang ['chunk_tag_copied ' ] = 'Chunk tag copied! ' ;
585587 // Temporarily match old keys to new ones to ensure compatibility
586588 $ _lang ['chunk_desc_description ' ] = $ _lang ['chunk_description_desc ' ];
589+ $ _lang ['chunk_desc_name ' ] = $ _lang ['chunk_name_desc ' ];
587590
588591// Plugins
589592$ _lang ['plugin_code ' ] = 'Plugin Code (PHP) ' ;
Original file line number Diff line number Diff line change 3838
3939// Temporarily match old keys to new ones to ensure compatibility
4040$ _lang ['is_static_msg ' ] = $ _lang ['is_static_desc ' ];
41- $ _lang ['static_file_msg ' ] = $ _lang ['static_file_desc ' ];
4241$ _lang ['static_source_msg ' ] = $ _lang ['static_source_desc ' ];
4342
4443/*
You can’t perform that action at this time.
0 commit comments