We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467ebc3 commit 36aada1Copy full SHA for 36aada1
1 file changed
src/views/account-status-loading.php
@@ -5,8 +5,8 @@
5
'tiny-compress-images'
6
); ?></p>
7
8
- <input type="hidden" id="<?php echo esc_attr( self::get_prefixed_name( 'api_key' ) ); ?>"
9
- name="<?php echo esc_attr( self::get_prefixed_name( 'api_key' ) ); ?>" size="35" spellcheck="false"
10
- value="<?php echo esc_attr( $key ); ?>">
+ <input type="hidden" id="<?php echo esc_attr( self::get_prefixed_name( 'api_key' ) ); ?>"
+ name="<?php echo esc_attr( self::get_prefixed_name( 'api_key' ) ); ?>" size="35" spellcheck="false"
+ value="<?php echo esc_attr( $key ); ?>">
11
</div>
12
0 commit comments