Changeset 31442
- Timestamp:
- 02/13/2015 04:21:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r31440 r31442 583 583 584 584 if ( is_protected_meta( $entry['meta_key'], 'post' ) ) 585 return ;585 return ''; 586 586 587 587 if ( !$update_nonce ) … … 598 598 // This is a serialized array/object so we should NOT display it. 599 599 --$count; 600 return ;600 return ''; 601 601 } 602 602 }
Note: See TracChangeset
for help on using the changeset viewer.