- Timestamp:
- 10/28/2015 08:49:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/handbook.php
r1551 r2016 31 31 32 32 add_action( 'wp_enqueue_scripts', array( __CLASS__, 'enqueue_styles' ) ); 33 add_action( 'wp_enqueue_scripts', array( __CLASS__, 'enqueue_scripts' ) ); 33 34 } 34 35 35 36 static public function enqueue_styles() { 36 37 wp_enqueue_style( 'wporg-handbook-css', plugins_url( '/stylesheets/callout-boxes.css', __FILE__ ), array(), '20150507' ); 38 } 39 40 static public function enqueue_scripts() { 41 wp_enqueue_script( 'wporg-handbook', plugins_url( '/scripts/handbook.js', __FILE__ ), array( 'jquery' ), '20150930' ); 37 42 } 38 43
Note: See TracChangeset
for help on using the changeset viewer.