芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/woocommerce/assets/js/admin/product-editor.js
/* global woocommerce_admin_product_editor */ jQuery( function ( $ ) { $( function () { var editorWrapper = $( '#postdivrich' ); if ( editorWrapper.length ) { editorWrapper.addClass( 'postbox woocommerce-product-description' ); editorWrapper.prepend( '
' + woocommerce_admin_product_editor.i18n_description + '
' ); } } ); } );