diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-11 12:02:42 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-11 12:02:42 -0500 |
commit | 0368eca988782915c15744b32ecd6b9c77450d98 (patch) | |
tree | c393d1dbe8041a4a6577b99a1172ce442c256c9d /functions.php | |
parent | b76e83a342294745692241ed466a0930509b3647 (diff) | |
download | lidra-theme-0368eca988782915c15744b32ecd6b9c77450d98.tar.lz lidra-theme-0368eca988782915c15744b32ecd6b9c77450d98.tar.xz lidra-theme-0368eca988782915c15744b32ecd6b9c77450d98.zip |
update + yt-without DRM
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index 523c308..8544cd2 100644 --- a/functions.php +++ b/functions.php @@ -116,4 +116,4 @@ add_filter( 'wp_resource_hints', 'remove_dns_prefetch', 10, 2 ); /* LibreVideoJS ------------------------------------------------------------------------------*/ -include_once 'librevideojs.php'; +include_once 'librevideojs/librevideojs.php'; |