Making WordPress.org


Ignore:
Timestamp:
09/16/2022 05:03:51 PM (3 years ago)
Author:
amieiro
Message:

Changes requested. Hide this new status due a bug

Location:
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/gp-translation-helpers.php

    r12063 r12073  
    4040add_action( 'gp_init', array( 'WPorg_GlotPress_Notifications', 'init' ) );    // todo: include this class in a different plugin.
    4141add_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

    r12063 r12073  
    118118             */
    119119            function toggleButtons( thisObj, event ) {
     120                return;
    120121                var form = thisObj.closest( 'form' );
    121122                var commentText = form.find( 'textarea[name="feedback_comment"]' ).val();
     
    153154             */
    154155            function toggleModalButtons( thisObj, event ) {
     156                return;
    155157                var form = thisObj.closest( 'form' );
    156158                var commentText = form.find( 'textarea[name="modal_feedback_comment"]' ).val();
Note: See TracChangeset for help on using the changeset viewer.