PluginProbe
Translate and Go multilingual – Automatic AI translation – wpLingua / 2.16.7
Translate and Go multilingual – Automatic AI translation – wpLingua v2.16.7
2.16.7 2.16.6 2.16.5 2.16.4 2.16.3 2.16.2 2.16.1 2.16.0 2.15.2 2.15.1 2.15.0 2.14.3 2.14.2 2.14.1 2.14.0 2.13.1 2.13.0 2.12.3 2.12.2 2.12.1 trunk 1.0.3 1.0.4 1.0.5 1.1.0 All 112 releases
← All changes | data/attribute.php +11 -1 2.13.02.16.7 View file →
@@ -61,8 +61,14 @@
61 61 array(
62 62 'attr' => 'data-events',
63 63 'selector' => '.eael-event-calendar-cls[data-events]',
64 64 ),
65 +
66 + // Plugin: advanced-post-block
67 + array(
68 + 'attr' => 'data-attributes',
69 + 'selector' => '.wp-block-ap-block-posts[data-attributes]',
70 + ),
65 71 )
66 72 );
67 73
68 74 return $wplng_data_attr_json_to_translate;
@@ -225,12 +231,16 @@
225 231 'attr' => 'data-caption-desc',
226 232 'selector' => '[data-caption-desc]',
227 233 ),
228 234
229 - // Theme: Breaks builder
235 + // Theme: Briks builder
230 236 array(
231 237 'attr' => 'data-error-message',
232 238 'selector' => '[data-error-message]',
239 + ),
240 + array(
241 + 'attr' => 'arialabelledby',
242 + 'selector' => '[arialabelledby]',
233 243 ),
234 244
235 245 )
236 246 );