Changeset 36659 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 02/24/2016 12:43:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r35387 r36659 56 56 $return = array(); 57 57 58 foreach ( _wp_post_revision_fields( ) as $field => $name ) {58 foreach ( _wp_post_revision_fields( $post ) as $field => $name ) { 59 59 /** 60 60 * Contextually filter a post revision field.
Note: See TracChangeset
for help on using the changeset viewer.