Changeset 49108 for trunk/tests/phpunit/tests/customize/partial.php
- Timestamp:
- 10/08/2020 09:13:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/partial.php
r48939 r49108 67 67 function render_post_content_partial( $partial ) { 68 68 $id_data = $partial->id_data(); 69 $post_id = intval( $id_data['keys'][0] );69 $post_id = (int) $id_data['keys'][0]; 70 70 if ( empty( $post_id ) ) { 71 71 return false;
Note: See TracChangeset
for help on using the changeset viewer.