Changeset 39600 for trunk/src/wp-includes/post.php
- Timestamp:
- 12/14/2016 04:17:38 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r39598 r39600 2062 2062 * 'attribute' and 'js'. 2063 2063 */ 2064 $value = apply_filters( $field, $value, $post_id, $context );2064 $value = apply_filters( "{$field}", $value, $post_id, $context ); 2065 2065 } else { 2066 2066 $value = apply_filters( "post_{$field}", $value, $post_id, $context );
Note: See TracChangeset
for help on using the changeset viewer.