芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/redux-framework/redux-core/inc/themecheck/js/admin.js
/* 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( '
Extra WP.org Requirements.' ); } ); }( jQuery ) );