- Timestamp:
- 09/16/2022 05:37:10 PM (4 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
- Files:
-
- 2 edited
-
gp-translation-helpers.php (modified) (1 diff)
-
js/reject-feedback.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/gp-translation-helpers.php
r12073 r12074 40 40 add_action( 'gp_init', array( 'WPorg_GlotPress_Notifications', 'init' ) ); // todo: include this class in a different plugin. 41 41 add_action( 'gp_init', array( 'WPorg_GlotPress_Customizations', 'init' ) ); // todo: include this class in a different plugin. 42 //add_filter( 'gp_enable_changesrequested_status', '__return_true' ); // todo: remove this filter when this plugin will be merged in the GlotPress core.42 add_filter( 'gp_enable_changesrequested_status', '__return_true' ); // todo: remove this filter when this plugin will be merged in the GlotPress core. -
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/js/reject-feedback.js
r12073 r12074 118 118 */ 119 119 function toggleButtons( thisObj, event ) { 120 return;121 120 var form = thisObj.closest( 'form' ); 122 121 var commentText = form.find( 'textarea[name="feedback_comment"]' ).val(); … … 154 153 */ 155 154 function toggleModalButtons( thisObj, event ) { 156 return;157 155 var form = thisObj.closest( 'form' ); 158 156 var commentText = form.find( 'textarea[name="modal_feedback_comment"]' ).val();
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)