PluginProbe
Elementor Website Builder – more than just a page builder / 3.23.0-dev3
Elementor Website Builder – more than just a page builder v3.23.0-dev3
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | core/utils/assets-translation-loader.php +1 -2 4.1.0-dev23.23.0-dev3 View file →
@@ -32,12 +32,11 @@
32 32 * Therefore, we replace the requested translation file with another file (generated in the build process)
33 33 * that contains all the translations for the specific script (including dynamically loaded chunks).
34 34 *
35 35 * Want to go deeper? Read the following article:
36 - *
37 36 * @see https://developer.wordpress.com/2022/01/06/wordpress-plugin-i18n-webpack-and-composer/
38 37 *
39 - * @param array $handles
38 + * @param array $handles
40 39 * @param callable|null $replace_callback
41 40 */
42 41 private static function replace_translation_path( array $handles, $replace_callback = null ) {
43 42 $sources = self::map_handles_to_src( $handles );