Changeset 52285 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 11/30/2021 05:16:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r52204 r52285 866 866 if ( ! in_array( 'commentsdiv', $hidden, true ) ) { 867 867 ?> 868 <script type="text/javascript">jQuery( document).ready(function(){commentsBox.get(<?php echo $total; ?>, 10);});</script>868 <script type="text/javascript">jQuery(function(){commentsBox.get(<?php echo $total; ?>, 10);});</script> 869 869 <?php 870 870 }
Note: See TracChangeset
for help on using the changeset viewer.