mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
- removed old jquery-ui;
- define enqueue variable default types;
This commit is contained in:
@@ -1 +0,0 @@
|
||||
These images are part of the jquery-ui library and used in the file jquery-ui.css
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.2 KiB |
Vendored
-1311
File diff suppressed because it is too large
Load Diff
@@ -12,18 +12,18 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
class Enqueue {
|
||||
|
||||
/**
|
||||
* @var string scripts' Standard or Minified versions
|
||||
* @var string scripts' Standard or Minified versions.
|
||||
*
|
||||
* @since 2.7.0
|
||||
*/
|
||||
public $suffix;
|
||||
public $suffix = '';
|
||||
|
||||
/**
|
||||
* @var array URLs for easy using
|
||||
* @var array URLs for easy using.
|
||||
*
|
||||
* @since 2.7.0
|
||||
*/
|
||||
public $urls;
|
||||
public $urls = array();
|
||||
|
||||
/**
|
||||
* Enqueue constructor.
|
||||
|
||||
Reference in New Issue
Block a user