Ejemplo n.º 1
0
 function scripts()
 {
     parent::scripts();
     wp_enqueue_script('premise-admin', PREMISE_RESOURCES_URL . 'premise-admin.js', array('jquery', 'jquery-ui-sortable', 'farbtastic', 'jquery-form', 'thickbox'), PREMISE_VERSION);
 }
Ejemplo n.º 2
0
 /**
  * Load the necessary scripts for this admin page.
  *
  * @since 1.5.0
  *
  */
 function scripts()
 {
     /** Load parent scripts as well as Genesis admin scripts */
     parent::scripts();
 }