Changeset 35400 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 10/26/2015 03:11:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r35399 r35400 512 512 * @since 2.7.0 513 513 * 514 * @param array 515 * @param string $class A comma-separated listof additional classes added to the post.516 * @param int 514 * @param array $classes An array of post classes. 515 * @param array $class An array of additional classes added to the post. 516 * @param int $post_id The post ID. 517 517 */ 518 518 $classes = apply_filters( 'post_class', $classes, $class, $post->ID );
Note: See TracChangeset
for help on using the changeset viewer.