Changeset 61463 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 01/10/2026 05:01:08 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r61454 r61463 1874 1874 1875 1875 // Check if a description is set. 1876 if ( isset( $post_type_obj->description ) ) { 1877 $description = $post_type_obj->description; 1878 } else { 1879 $description = ''; 1880 } 1876 $description = $post_type_obj->description ?? ''; 1881 1877 1882 1878 /**
Note: See TracChangeset
for help on using the changeset viewer.