[wp-trac] [WordPress Trac] #30427: New WP 4.0.1 HTTPS Issue

WordPress Trac noreply at wordpress.org
Fri Nov 21 14:41:06 UTC 2014


#30427: New WP 4.0.1 HTTPS Issue
--------------------------+------------------------------
 Reporter:  jhirschi      |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  General       |     Version:  4.0.1
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:  administration
--------------------------+------------------------------

Comment (by jhirschi):

 Yup:
 function svr_grandchild_add_scripts() {
     wp_register_script( 'svr_hans_grandchild-script', plugins_url(
 'svr_hans_grandchild-scripts.js', __FILE__ ), array( 'jquery' ), '1.0' );
     wp_enqueue_script( 'svr_hans_grandchild-script' );
 }
 add_action( 'wp_enqueue_scripts', 'svr_grandchild_add_scripts', 11 );

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30427#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list