|
@@ 224-226 (lines=3) @@
|
| 221 |
|
* @access public |
| 222 |
|
*/ |
| 223 |
|
public function set_assets() { |
| 224 |
|
if ( ! empty( $this->struct['style'] ) ) { |
| 225 |
|
$this->assets['style'] = array_merge( $this->assets['style'], $this->struct['style'] ); |
| 226 |
|
} |
| 227 |
|
if ( ! empty( $this->struct['script'] ) ) { |
| 228 |
|
$this->assets['script'] = array_merge( $this->assets['script'], $this->struct['script'] ); |
| 229 |
|
} |
|
@@ 227-229 (lines=3) @@
|
| 224 |
|
if ( ! empty( $this->struct['style'] ) ) { |
| 225 |
|
$this->assets['style'] = array_merge( $this->assets['style'], $this->struct['style'] ); |
| 226 |
|
} |
| 227 |
|
if ( ! empty( $this->struct['script'] ) ) { |
| 228 |
|
$this->assets['script'] = array_merge( $this->assets['script'], $this->struct['script'] ); |
| 229 |
|
} |
| 230 |
|
} |
| 231 |
|
|
| 232 |
|
/** |