Replace args with string literal
This commit is contained in:
parent
1371c19f4d
commit
663ff8e350
4 changed files with 271 additions and 271 deletions
|
@ -286,7 +286,7 @@ abstract class MCI_Footnotes_Layout_Engine {
|
|||
echo '</h2><br/>';
|
||||
|
||||
if ( $l_bool_settings_updated ) {
|
||||
echo sprintf( '<div id="message" class="updated">%s</div>', __( 'Settings saved', MCI_Footnotes_Config::C_STR_PLUGIN_NAME ) );
|
||||
echo sprintf( '<div id="message" class="updated">%s</div>', __( 'Settings saved', 'footnotes' ) );
|
||||
}
|
||||
|
||||
// form to submit the active section
|
||||
|
|
Reference in a new issue