Changeset 9041 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-theme-directory-compat.php
- Timestamp:
- 07/12/2019 10:33:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-theme-directory-compat.php
r8617 r9041 44 44 function title() { 45 45 return ! empty( $this->theme ) ? $this->theme->post_title : ''; 46 } 47 48 function status() { 49 return ! empty( $this->theme ) ? $this->theme->post_status : ''; 46 50 } 47 51
Note: See TracChangeset
for help on using the changeset viewer.