Title: jealous's Replies | WordPress.org

---

# jealous

  [  ](https://wordpress.org/support/users/jealous/)

 *   [Profile](https://wordpress.org/support/users/jealous/)
 *   [Topics Started](https://wordpress.org/support/users/jealous/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jealous/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jealous/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jealous/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jealous/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jealous/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trouble with calling java and css](https://wordpress.org/support/topic/trouble-with-calling-java-and-css-1/)
 *  Thread Starter [jealous](https://wordpress.org/support/users/jealous/)
 * (@jealous)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/trouble-with-calling-java-and-css-1/#post-2602812)
 * i have also tried this
 *     ```
       add_action( 'admin_init', 'my_plugin_admin_init' );
       add_action('admin_print_styles-' . $page, 'my_plugin_admin_styles');
       ```
   
 * with…
 *     ```
       public function my_plugin_admin_init() {
       /* Register our script. */
       admin_register_script( 'my_plugin_script', plugins_url('/js/SpryTabbedPanels.js', __FILE__) );
   
       admin_register_script( 'my_plugin_css', plugins_url('/js/SpryTabbedPanels.css', __FILE__) );
       }
       ```
   
 * and then to try and call the fuction this….
 *     ```
       admin_enqueue_script( 'my_plugin_script' );
       	admin_enqueue_script( 'my_plugin_css' );
       ```
   
 * any help would be great thanks
 * _[Stop bumping your topic by posting new topics referencing this one.]_
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Warning: call_user_func_array()](https://wordpress.org/support/topic/warning-call_user_func_array-8/)
 *  Thread Starter [jealous](https://wordpress.org/support/users/jealous/)
 * (@jealous)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/warning-call_user_func_array-8/#post-2590416)
 * hello here is my [code](http://pastebin.com/zSu8d7EC) 🙂

Viewing 2 replies - 1 through 2 (of 2 total)