<?php function __($text) { return $text; } $varA = 'A'; $varB = 'B'; $screen_title = sprintf( __( '%1$s “%2$s”' ), $varA, $varB );
You have javascript disabled. You will not be able to edit any code.