Changeset 1507132
- Timestamp:
- 10/03/2016 06:44:07 AM (10 years ago)
- Location:
- dplayer-for-wp
- Files:
-
- 2 edited
-
tags/1.0.8/dplayer.php (modified) (1 diff)
-
trunk/dplayer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dplayer-for-wp/tags/1.0.8/dplayer.php
r1507117 r1507132 23 23 24 24 public static function init() { 25 register_activation_hook( __FILE__, array( __CLASS__, 'dplayer_install' ) ); 26 register_deactivation_hook( __FILE__, array( __CLASS__, 'dplayer_uninstall' ) ); 25 27 add_action( 'wp_head', array( __CLASS__, 'ready') ); 26 28 add_action( 'wp_footer', array( __CLASS__, 'add_script' ) ); -
dplayer-for-wp/trunk/dplayer.php
r1507117 r1507132 23 23 24 24 public static function init() { 25 register_activation_hook( __FILE__, array( __CLASS__, 'dplayer_install' ) ); 26 register_deactivation_hook( __FILE__, array( __CLASS__, 'dplayer_uninstall' ) ); 25 27 add_action( 'wp_head', array( __CLASS__, 'ready') ); 26 28 add_action( 'wp_footer', array( __CLASS__, 'add_script' ) );
Note: See TracChangeset
for help on using the changeset viewer.