Here is a snippet of the Code Prettify source code:
add_action( 'wp_enqueue_scripts', 'add_prettify_scripts' ); function add_prettify_scripts() { $ver = '1.3.4'; // and the rest }
Here is an inline $ver = '1.3.4';
variable which should also be highlighted.