Changeset 34925 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 10/08/2015 01:03:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r34917 r34925 55 55 $return = array(); 56 56 57 foreach ( _wp_post_revision_fields( $post) as $field => $name ) {57 foreach ( _wp_post_revision_fields() as $field => $name ) { 58 58 /** 59 59 * Contextually filter a post revision field.
Note: See TracChangeset
for help on using the changeset viewer.