Changeset 11235
- Timestamp:
- 09/15/2021 05:42:42 AM (5 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
r11230 r11235 635 635 // Pass it through Theme Check and see how great this theme really is. 636 636 if ( $args['run_themecheck'] ) { 637 $result = $this->check_theme( $theme_files);637 $result = $this->check_theme(); 638 638 639 639 if ( ! $result && $args['block_on_themecheck'] ) { … … 995 995 * Sends a theme through Theme Check. 996 996 * 997 * @param array $files All theme files to check.998 997 * @return bool Whether the theme passed the checks. 999 998 */ 1000 public function check_theme( $files) {999 public function check_theme() { 1001 1000 // Load the theme checking code. 1002 1001 if ( ! function_exists( 'run_themechecks_against_theme' ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)