Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subversal
/
video
/
wp-content
/
plugins
/
atlas-core
/
framework
/
redux-core
/
inc
/
themecheck
/
js
:
admin.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* global redux_check_intro */ /** * Description */ ( function( $ ) { 'use strict'; $(function() { $( '#theme-check > h2' ).html( $( '#theme-check > h2' ).html() + ' with Redux Theme-Check' ); if ( 'undefined' !== typeof redux_check_intro ) { $( '#theme-check .theme-check' ).append( redux_check_intro.text ); } $( '#theme-check form' ).append( ' <input name="redux_wporg" type="checkbox"> Extra WP.org Requirements.' ); } ); }( jQuery ) );