Skip to content

Commit c6cadb1

Browse files
committed
add textdomain
1 parent d1baec5 commit c6cadb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/post_type_extended.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function {{machine_name}}_updated_messages( $messages ) {
3535
8 => sprintf( __( '{{label_ucfirst}} submitted. <a target="_blank" href="%s">Preview {{label}}</a>', '{{textdomain}}' ), esc_url( add_query_arg( 'preview', 'true', $permalink ) ) ),
3636
/* translators: 1: Publish box date format, see https://secure.php.net/date 2: Post permalink */
3737
9 => sprintf( __( '{{label_ucfirst}} scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview {{label}}</a>', '{{textdomain}}' ),
38-
date_i18n( __( 'M j, Y @ G:i' ), strtotime( $post->post_date ) ), esc_url( $permalink ) ),
38+
date_i18n( __( 'M j, Y @ G:i', '{{textdomain}}' ), strtotime( $post->post_date ) ), esc_url( $permalink ) ),
3939
/* translators: %s: post permalink */
4040
10 => sprintf( __( '{{label_ucfirst}} draft updated. <a target="_blank" href="%s">Preview {{label}}</a>', '{{textdomain}}' ), esc_url( add_query_arg( 'preview', 'true', $permalink ) ) ),
4141
);

0 commit comments

Comments
 (0)