Changeset 18445 for trunk/wp-includes/post-template.php
- Timestamp:
- 07/20/2011 10:04:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r18414 r18445 738 738 foreach ( (array) $keys as $key ) { 739 739 $keyt = trim($key); 740 if ( '_' == $keyt[0])740 if ( is_protected_meta( $keyt, 'post' ) ) 741 741 continue; 742 742 $values = array_map('trim', get_post_custom_values($key));
Note: See TracChangeset
for help on using the changeset viewer.