mirror of
https://ghproxy.net/https://github.com/AlxMedia/alx-extensions.git
synced 2025-08-27 01:15:47 +08:00
1.1.4
This commit is contained in:
parent
d7c6e86de4
commit
eebe535cd1
5 changed files with 55 additions and 124 deletions
|
@ -3,7 +3,7 @@
|
|||
Plugin Name: Alx Extensions
|
||||
Plugin URI: http://wordpress.org/plugins/alx-extensions/
|
||||
Description: Extends AlxMedia themes with additional features such as social share links, custom sidebars, thumbnail image upscale and post format meta boxes. Also includes 2 flexible custom widgets, Alx Tabs and Alx Posts.
|
||||
Version: 1.1.3
|
||||
Version: 1.1.4
|
||||
Author: Alexander Agnarson
|
||||
Author URI: http://alx.media
|
||||
Text Domain: alx
|
||||
|
@ -36,7 +36,7 @@ add_action( 'init', 'alx_ext_load_textdomain' );
|
|||
/* ------------------------------------ */
|
||||
function alx_ext_enqueue_scripts() {
|
||||
if ( is_singular() ) {
|
||||
wp_enqueue_script( 'alx-ext-sharrre', ALX_EXTENSIONS_URL . '/js/jquery.sharrre.min.js', array( 'jquery' ), '1.0.1' );
|
||||
// wp_enqueue_script( 'alx-ext-sharrre', ALX_EXTENSIONS_URL . '/js/jquery.sharrre.min.js', array( 'jquery' ), '1.0.1' );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue