Przeglądaj źródła

fixed phpdoc formating

are you sure that script can't be abused to read other files on server
tokul 19 lat temu
rodzic
commit
fb5ad1c469
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      themes/color_theme_to_css.php

+ 1 - 0
themes/color_theme_to_css.php

@@ -26,6 +26,7 @@
  * @since 1.5.2
  * @since 1.5.2
  */
  */
 
 
+/** make sure that first command line argument is set */
 if (empty($argv[1])) {
 if (empty($argv[1])) {
     echo "Please provide the path to the file containing the \$color theme you\n" .
     echo "Please provide the path to the file containing the \$color theme you\n" .
          "wish to convert to a stylesheet.\n\n";
          "wish to convert to a stylesheet.\n\n";