Changeset 5016
- Timestamp:
- 07/10/2013 06:56:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/admin.php
r5015 r5016 575 575 } 576 576 } ); 577 }); 578 579 <?php if ( bbp_get_reply_post_type() == get_current_screen()->post_type ) : ?> 580 jQuery(document).ready(function() { 577 <?php if ( bbp_get_reply_post_type() === get_current_screen()->post_type ) : ?> 581 578 var bbp_topic_id = jQuery( '#bbp_topic_id' ); 582 579 bbp_topic_id.suggest( ajaxurl + '?action=bbp_suggest_topic', { … … 586 583 } 587 584 } ); 585 <?php endif; ?> 588 586 }); 589 <?php endif; ?> 587 590 588 </script><?php 591 589
Note: See TracChangeset
for help on using the changeset viewer.