Changeset 833528
- Timestamp:
- 01/05/2014 10:14:25 PM (12 years ago)
- Location:
- bsocial/trunk
- Files:
-
- 3 edited
-
bsocial.php (modified) (1 diff)
-
components/class-bsocial-featuredcomments.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bsocial/trunk/bsocial.php
r717633 r833528 4 4 Plugin URI: http://maisonbisson.com/bsuite/ 5 5 Description: Social widgets and connectivity. 6 Version: 5. 16 Version: 5.2 7 7 Author: Casey Bisson 8 8 Author URI: http://maisonbisson.com/blog/ -
bsocial/trunk/components/class-bsocial-featuredcomments.php
r717633 r833528 351 351 $comment_id = intval( $_REQUEST['comment_id'] ); 352 352 353 if ( ! current_user_can( 'moderate_comments' ) ) 354 { 355 return FALSE; 356 } 357 353 358 if ( ! check_ajax_referer( 'bsocial-featuredcomment-save', '_bsocial_featuredcomment_nonce' ) ) 354 359 { -
bsocial/trunk/readme.txt
r717633 r833528 4 4 Tags: bSuite, social, social networks, comments, Facebook, Twitter, widgets, featured comments, social proof 5 5 Requires at least: 3.3 6 Tested up to: 3. 5.16 Tested up to: 3.8 7 7 Stable tag: trunk 8 8
Note: See TracChangeset
for help on using the changeset viewer.