Changeset 53238 for trunk/src/wp-includes/post.php
- Timestamp:
- 04/21/2022 06:02:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r53170 r53238 2896 2896 2897 2897 if ( ! is_array( $stickies ) ) { 2898 $stickies = array( $post_id);2898 $stickies = array(); 2899 2899 } else { 2900 2900 $stickies = array_unique( array_map( 'intval', $stickies ) );
Note: See TracChangeset
for help on using the changeset viewer.