File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -380,12 +380,12 @@ private function assemble_plugin_report( $slug ) {
380
380
381
381
/**
382
382
* Check if the plugin is present in WordPress's SVN repository.
383
- *
383
+ *
384
384
* Function adapted from the 'Enhanced Plugin Admin' plugin by Marios Alexandrou.
385
385
* See: https://plugins.trac.wordpress.org/browser/enhanced-plugin-admin/trunk/enhanced-plugin-admin.php
386
- *
386
+ *
387
387
* @param string $slug The plugin's slug.
388
- *
388
+ *
389
389
* @return boolean True if found, false if not.
390
390
*/
391
391
private function check_exists_in_svn ( $ slug ) {
@@ -409,7 +409,7 @@ private function check_exists_in_svn( $slug ) {
409
409
/**
410
410
* From a report, generate an HTML table row with relevant data for the plugin.
411
411
*
412
- * @param array $report Report of plugin.
412
+ * @param array|false $report Report of plugin.
413
413
*/
414
414
private function render_table_row ( $ report ) {
415
415
// Get the current WP version number.
You can’t perform that action at this time.
0 commit comments