Changeset 37431 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r37338 r37431 448 448 case 'Name' : 449 449 case 'Title' : 450 // See note above about using translated data. get() is not ideal. 451 // It is only for backwards compatibility. Use display(). 450 /* 451 * See note above about using translated data. get() is not ideal. 452 * It is only for backward compatibility. Use display(). 453 */ 452 454 return $this->get('Name'); 453 455 case 'Author' :
Note: See TracChangeset
for help on using the changeset viewer.