wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



_thickbox_path_admin_subfolder › WordPress Function

Seit3.1.0
Veraltetn/v
_thickbox_path_admin_subfolder ( Keine Parameter )
Zugriff:
  • private
Definiert in:
Codex:

Prints thickbox image paths for Network Admin.



Quellcode

function _thickbox_path_admin_subfolder() {
	?>
<script type="text/javascript">
var tb_pathToImage = "<?php echo esc_js( includes_url( 'js/thickbox/loadingAnimation.gif', 'relative' ) ); ?>";
</script>
	<?php
}