Changeset 26316 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 11/22/2013 02:33:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r26282 r26316 406 406 'screenshot' => array( $theme->get_screenshot() ), // @todo multiple 407 407 'description' => $theme->display( 'Description' ), 408 'author' => $theme->get( 'Author' ), 409 'authorURI' => $theme->get( 'AuthorURI' ), 410 'version' => $theme->get( 'Version' ), 411 'tags' => $theme->get( 'Tags' ), 408 'author' => $theme->display( 'Author' ), 409 'version' => $theme->display( 'Version' ), 410 'tags' => $theme->display( 'Tags' ), 412 411 'parent' => $parent, 413 412 'active' => $slug === $current_theme,
Note: See TracChangeset
for help on using the changeset viewer.