Changeset 9904 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/class-plugin.php
- Timestamp:
- 05/22/2020 10:32:13 AM (5 years ago)
- 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 46 46 add_filter( 'gp_translation_row_template_more_links', array( $this, 'add_consistency_tool_link' ), 10, 5 ); 47 47 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 ); 49 49 50 50 // Cron.
Note: See TracChangeset
for help on using the changeset viewer.