Changeset 23265 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 01/04/2013 10:13:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r23082 r23265 233 233 $num_tags = wp_count_terms('post_tag'); 234 234 235 $num_comm = wp_count_comments( 235 $num_comm = wp_count_comments(); 236 236 237 237 echo "\n\t".'<div class="table table_content">';
Note: See TracChangeset
for help on using the changeset viewer.