Changeset 2930 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tools/class-svn.php
- Timestamp:
- 04/11/2016 01:42:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tools/class-svn.php
r2649 r2930 8 8 */ 9 9 class SVN { 10 11 public static function add( $dirs, $args = array() ) { 12 return true; 13 } 10 14 11 15 /** … … 82 86 } 83 87 88 public static function mkdir( $dirs, $args = array() ) { 89 return true; 90 } 91 84 92 /** 85 93 * Parse and escape the provided SVN arguements for usage on the CLI.
Note: See TracChangeset
for help on using the changeset viewer.