diff --git a/gp-templates/translations.php b/gp-templates/translations.php index 84d226622..8667d1f5b 100644 --- a/gp-templates/translations.php +++ b/gp-templates/translations.php @@ -121,7 +121,16 @@ >
> +
@@ -165,9 +174,20 @@ * * This action is inside a DL element. * + * @deprecated 2.1.0 Call gp_translation_set_sort_form instead * @since 1.0.0 */ - do_action( 'gp_translation_set_filters' ); ?> + do_action( 'gp_translation_set_filters' ); + + /** + * Fires after the translation set sort options. + * + * This action is inside a DL element. + * + * @since 2.1.0 + */ + do_action( 'gp_translation_set_sort_form' ); ?> +