0 ) {
$sc = '[breznflow id="' . $pid . '"]';
printf(
/* translators: %s: shortcode string */
esc_html__( 'Workflow published! Use shortcode: %s', 'breznflow' ),
'' . esc_html( $sc ) . ''
);
} else {
esc_html_e( 'Workflow published!', 'breznflow' );
}
?>