Completed
Branch master (a79da2)
by
unknown
01:37
created
includes/settings.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
  *
58 58
  * @since       1.0.0
59 59
  * @param       array $tabs The default unsavable tabs
60
- * @return      array $tabs Our customized tabs
60
+ * @return      string[] $tabs Our customized tabs
61 61
  */
62 62
 function s214_settings_demo_unsavable_tabs( $tabs ) {
63 63
 	$tabs = array(
@@ -73,7 +73,6 @@  discard block
 block discarded – undo
73 73
  * Define the settings sections for the each tab
74 74
  *
75 75
  * @since       1.0.0
76
- * @param       array $tabs The default settings sections
77 76
  * @return      array $tabs Our customized sections
78 77
  */
79 78
 function s214_settings_demo_settings_sections( $sections ) {
Please login to merge, or discard this patch.