edd-theme-updater icon indicating copy to clipboard operation
edd-theme-updater copied to clipboard

Variable inside gettext function.

Open samikeijonen opened this issue 10 years ago • 1 comments

There is variable as a first parameter of a gettext function. <?php esc_attr_e( $strings['deactivate-license'] ); ?>.

No big deal but should we just echo the license string and the variable can be inside esc_attr. Something like this:

<?php echo esc_attr( $strings['deactivate-license'] ); ?>

samikeijonen avatar Nov 18 '15 11:11 samikeijonen

Any comments on this one?

samikeijonen avatar Dec 11 '15 08:12 samikeijonen