Changeset 7243 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-theme-directory-compat.php
- Timestamp:
- 05/26/2018 01:58:44 PM (8 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
r5868 r7243 56 56 function taxonomy() { 57 57 return 'topic-' . self::COMPAT; 58 } 59 60 function name() { 61 return ucfirst( self::COMPAT ); 58 62 } 59 63
Note: See TracChangeset
for help on using the changeset viewer.