Changeset 936 for bb-ratings
- Timestamp:
- 03/11/08 08:50:24 (9 months ago)
- Files:
-
- bb-ratings/tags/0.8.5 (copied) (copied from bb-ratings/trunk)
- bb-ratings/tags/0.8.5/bb-ratings.php (modified) (2 diffs)
- bb-ratings/tags/0.8.5/readme.txt (modified) (1 diff)
- bb-ratings/trunk/bb-ratings.php (modified) (2 diffs)
- bb-ratings/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bb-ratings/tags/0.8.5/bb-ratings.php
r920 r936 6 6 Author: Michael D Adams 7 7 Author URI: http://blogwaffe.com/ 8 Version: 0.8. 48 Version: 0.8.5 9 9 */ 10 10 11 11 /* Template Functions */ 12 12 13 function bb_get_rating_plugin_version() { return '0.8. 3'; }13 function bb_get_rating_plugin_version() { return '0.8.5'; } 14 14 15 15 function bb_rating( $topic_id = 0 ) { … … 101 101 global $topic, $bb_current_user; 102 102 103 bb_enqueue_script( 'bb_rating', bb_path_to_url( dirname(__FILE__) . '/bb-ratings.js' ), array('wp-ajax' ), bb_get_rating_plugin_version() );103 bb_enqueue_script( 'bb_rating', bb_path_to_url( dirname(__FILE__) . '/bb-ratings.js' ), array('wp-ajax', 'add-load-event'), bb_get_rating_plugin_version() ); 104 104 105 105 if ( !isset($_GET['rate']) ) bb-ratings/tags/0.8.5/readme.txt
r920 r936 4 4 Requires at least: 0.8.3 5 5 Tested up to: 0.8.3.1 6 Stable Tag: 0.8. 46 Stable Tag: 0.8.5 7 7 8 8 Allows users to rate topics on a simple 1-5 star scale. bb-ratings/trunk/bb-ratings.php
r920 r936 6 6 Author: Michael D Adams 7 7 Author URI: http://blogwaffe.com/ 8 Version: 0.8. 48 Version: 0.8.5 9 9 */ 10 10 11 11 /* Template Functions */ 12 12 13 function bb_get_rating_plugin_version() { return '0.8. 3'; }13 function bb_get_rating_plugin_version() { return '0.8.5'; } 14 14 15 15 function bb_rating( $topic_id = 0 ) { … … 101 101 global $topic, $bb_current_user; 102 102 103 bb_enqueue_script( 'bb_rating', bb_path_to_url( dirname(__FILE__) . '/bb-ratings.js' ), array('wp-ajax' ), bb_get_rating_plugin_version() );103 bb_enqueue_script( 'bb_rating', bb_path_to_url( dirname(__FILE__) . '/bb-ratings.js' ), array('wp-ajax', 'add-load-event'), bb_get_rating_plugin_version() ); 104 104 105 105 if ( !isset($_GET['rate']) ) bb-ratings/trunk/readme.txt
r920 r936 4 4 Requires at least: 0.8.3 5 5 Tested up to: 0.8.3.1 6 Stable Tag: 0.8. 46 Stable Tag: 0.8.5 7 7 8 8 Allows users to rate topics on a simple 1-5 star scale.
