Code Duplication    Length = 3-3 lines in 2 locations

classes/uix/ui/uix.php 2 locations

@@ 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
	/**