Linux hkvL61zh9Vexzf 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 Path : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/woocommerce/assets/js/admin/ |
Current File : /www/wwwroot/fashion-kingdom.com/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( '<h2 class="postbox-header"><label>' + woocommerce_admin_product_editor.i18n_description + '</label></h2>' ); } } ); } );