Changeset 10722 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 02/25/2021 06:48:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r10721 r10722 904 904 $post_meta = array( 905 905 '_theme_url' => $this->theme->get( 'ThemeURI' ), 906 '_author' => $this->theme->get( 'Author' ), 906 907 '_author_url' => $this->theme->get( 'AuthorURI' ), 907 908 '_requires' => $this->sanitize_version_like_field( $this->theme->get( 'RequiresWP' ), 'requires' ),
Note: See TracChangeset
for help on using the changeset viewer.