We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4a164 commit d215bb7Copy full SHA for d215bb7
includes/admin/views/upgrade/network.php
@@ -74,7 +74,7 @@ class="alternate"<?php endif; ?>>
74
<td>
75
<?php if ( acf_has_upgrade() ) : ?>
76
<?php // translators: %1 current db version, %2 available db version ?>
77
- <span class="response"><?php echo esc_html( printf( __( 'Site requires database upgrade from %1$s to %2$s', 'secure-custom-fields' ), acf_get_db_version(), ACF_VERSION ) ); ?></span>
+ <span class="response"><?php echo esc_html( sprintf( __( 'Site requires database upgrade from %1$s to %2$s', 'secure-custom-fields' ), acf_get_db_version(), ACF_VERSION ) ); ?></span>
78
<?php else : ?>
79
<?php esc_html_e( 'Site is up to date', 'secure-custom-fields' ); ?>
80
<?php endif; ?>
0 commit comments