List developed by the attendees at WordCamp Philly 2014 Contributor Day
Steps to Reproduce
- List of steps
Enviornment
- Browser Version
- PHP Version
- MySql Version
- WordPress Version
Index: src/wp-admin/css/common.css | |
=================================================================== | |
--- src/wp-admin/css/common.css (revision 31694) | |
+++ src/wp-admin/css/common.css (working copy) | |
@@ -1942,6 +1942,10 @@ | |
display: block; | |
} | |
+#request-filesystem-credentials-dialog { | |
+ display: none; |
<?php | |
$results = array(); | |
$times = 10000; | |
$m = new Memcache(); | |
$m->addServer( '127.0.0.1', 11211 ); | |
$d = new Memcached(); | |
$d->addServer( '127.0.0.1', 11211 ); | |
//$d->setOption( Memcached::OPT_BINARY_PROTOCOL, true ); |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP3csli1nFBQu8KVb1/aiNzn455QGov3jUfvFrT7TH+WSU5N7qaEqg1mCgQiky+86JeYQbYDkv8bxnviV+qwzamDtDzc8tW/yPFTywsA9X4e/pgL3wqn8h/SNq3f33uw9D24UJHB+QG1JB4i51HoXoomnAeT5OgQ77kZ41MeJExfcMUc5LLBwzPcLazRPDsilP/og/nHvgyskLrsOVXFI+vj8fXiIiP6SdQ4bgkBsxeWDA5y3DeO/zQsUNVGuRSuAlharTkLkH6SVP/o3rT8cOSaiyRtCbOurMF9g05I0seYzslGFYOzV1iHvUKktR8E54doTEkV4w7foGWfu09u8R [email protected] |
var arguments = process.argv.slice(2) | |
if ( typeof(arguments[0]) === 'undefined'){ | |
console.log( 'please enter a number of coins' ) | |
process.exit(1) | |
} | |
function move(n, a, b, c) { |
<?php | |
add_filter('upload_dir' , 'vogue_change_upload_dir'); | |
function vogue_change_upload_dir( $dir ){ | |
$time = current_time( 'mysql' ); | |
$y = substr( $time, 0, 4 ); | |
$m = substr( $time, 5, 2 ); |
<?php | |
add_filter('upload_dir' , 'vogue_change_upload_dir'); | |
function vogue_change_upload_dir( $dir ){ | |
$d = date('d'); | |
$dir['subdir'] = '/vogue/$y/$m/' .$d; | |
$dir['dir'] = $dir['basedir'] . $dir['subdir']; |
List developed by the attendees at WordCamp Philly 2014 Contributor Day
Steps to Reproduce
Enviornment
Index: Gruntfile.js | |
=================================================================== | |
--- Gruntfile.js (revision 5325) | |
+++ Gruntfile.js (working copy) | |
@@ -228,6 +228,11 @@ | |
expand: true | |
} | |
}, | |
+ patch: { | |
+ options:{ |
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/Cellar/node/0.10.22/bin/node', | |
1 verbose cli '/usr/local/bin/npm', | |
1 verbose cli 'publish' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose publish [ '.' ] | |
5 verbose cache add [ '.', null ] | |
6 verbose cache add name=undefined spec="." args=[".",null] | |
7 verbose parsed url { protocol: null, |
I hereby claim:
To claim this, I am signing this object: