Changeset 34409
- Timestamp:
- 09/22/2015 01:42:15 PM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-comment.php
r34042 r34409 1 1 <?php 2 2 /** 3 * Comment sAPI: Walker_Comment class3 * Comment API: Walker_Comment class 4 4 * 5 5 * @package WordPress -
trunk/src/wp-includes/class-wp-comment-query.php
r34310 r34409 1 1 <?php 2 2 /** 3 * Comment sAPI: WP_Comment_Query class3 * Comment API: WP_Comment_Query class 4 4 * 5 5 * @package WordPress -
trunk/src/wp-includes/class-wp-comment.php
r33893 r34409 1 1 <?php 2 2 /** 3 * Comment sAPI: WP_Comment object class3 * Comment API: WP_Comment object class 4 4 * 5 5 * @package WordPress -
trunk/src/wp-includes/comment-functions.php
r34355 r34409 1 1 <?php 2 2 /** 3 * Comment sAPI: Top-level comments functionality3 * Comment API: Top-level comments functionality 4 4 * 5 5 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.