Making WordPress.org


Ignore:
Timestamp:
05/22/2020 10:32:13 AM (5 years ago)
Author:
ocean90
Message:

Translate: Ensure that the formatting of translator comments runs after the comment is escaped.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/class-plugin.php

    r9814 r9904  
    4646        add_filter( 'gp_translation_row_template_more_links', array( $this, 'add_consistency_tool_link' ), 10, 5 );
    4747        add_filter( 'gp_translation_prepare_for_save', array( $this, 'apply_capital_P_dangit' ), 10, 2 );
    48         add_filter( 'gp_original_extracted_comments', array( $this, 'format_translator_commments' ), 5 );
     48        add_filter( 'gp_original_extracted_comments', array( $this, 'format_translator_commments' ), 15 );
    4949
    5050        // Cron.
Note: See TracChangeset for help on using the changeset viewer.