PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 3.19.4
GiveWP – Donation Plugin and Fundraising Platform v3.19.4
4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 2.31.0 2.31.1 All 253 releases
← All changes | src/FeatureFlags/OptionBasedFormEditor/OptionBasedFormEditor.php +2 -2 4.16.33.19.4 View file →
@@ -43,10 +43,10 @@
43 43 <h5>%3$s</h5>
44 44 <p>%4$s</p>
45 45 </div>
46 46 </div>',
47 - esc_url(GIVE_PLUGIN_URL . 'build/assets/dist/images/admin/help-circle.svg'),
48 - esc_url(GIVE_PLUGIN_URL . 'build/assets/dist/images/admin/give-settings-gateways-v2.jpg'),
47 + esc_url(GIVE_PLUGIN_URL . 'assets/dist/images/admin/help-circle.svg'),
48 + esc_url(GIVE_PLUGIN_URL . 'assets/dist/images/admin/give-settings-gateways-v2.jpg'),
49 49 __('Only for Option-Based Form Editor', 'give'),
50 50 __('Uses the traditional settings options for creating and customizing a donation form.',
51 51 'give')
52 52 );