This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.nvmrc b/.nvmrc | |
index b009dfb9d9..c2f6421352 100644 | |
--- a/.nvmrc | |
+++ b/.nvmrc | |
@@ -1 +1 @@ | |
-lts/* | |
+10.22.1 | |
diff --git a/.travis.yml b/.travis.yml | |
index bd1980aab9..d99d9498cf 100644 | |
--- a/.travis.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"plugins": [ | |
"./client-mu-plugins/", | |
"./mu-plugins/", | |
"./plugins/" | |
], | |
"themes": [ | |
"./themes/" | |
], | |
"config": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Set the background color of body to dark grey */ | |
/* Default Layout */ | |
body { | |
background-color: #333; | |
color: #fff; | |
} | |
.kittens { | |
background-color: #fff; | |
padding: 10px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
WP_CLI::add_command( 'podcast', 'JS_Podcast_Import' ); | |
/** | |
* Wired Core CLI Functions | |
*/ | |
class JS_Podcast_Import extends WP_CLI_Command { | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
defaults read com.apple.finder CreateDesktop > /dev/null 2>&1 | |
enabled=$? | |
if [ "$1" = "off" ]; then | |
if [ $enabled -eq 1 ]; then | |
defaults write com.apple.finder CreateDesktop false | |
osascript -e 'tell application "Finder" to quit' | |
open -a Finder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2018-03-16T23:17:55.299Z","extensionVersion":"v2.9.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Test Callback on Publish | |
* | |
* @package News-Nerds | |
*/ | |
add_action( 'publish_post', 'callback_function_to_run_on_publish', 999 ); | |
/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Comment Moderator | |
* Plugin URI: https://99robots.com/products/ | |
* Description: Add a new user role, Comment Moderator, that allows a new user to only manage comments. | |
* Version: 1.3.2 | |
* Author: 99 Robots | |
* Author URI: https://99robots.com | |
* License: GPL2 | |
* Text Domain: wpsite-comment-moderator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/styles/allure/main.scss:197:9 [W] NestingDepth: Nesting should be no greater than 4, but was 5 | |
src/styles/allure/main.scss:285:9 [W] NestingDepth: Nesting should be no greater than 4, but was 5 | |
src/styles/allure/main.scss:404:1 [W] SelectorDepth: Selector should have depth of applicability no greater than 4, but was 5 | |
src/styles/allure/main.scss:404:9 [W] NestingDepth: Nesting should be no greater than 4, but was 5 | |
src/styles/allure/main.scss:423:1 [W] SelectorDepth: Selector should have depth of applicability no greater than 4, but was 5 | |
src/styles/allure/main.scss:426:1 [W] SelectorDepth: Selector should have depth of applicability no greater than 4, but was 5 | |
src/styles/allure/main.scss:426:9 [W] NestingDepth: Nesting should be no greater than 4, but was 5 | |
src/styles/bon-appetit/main.scss:12:27 [W] NameFormat: Name of variable `graphikBARegular` should be written in all lowercase letters with hyphens instead of underscores | |
src/styles/bon-appetit/main.scss:14:26 [W] NameFormat: Name of variable `graphik |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery( '#storyart-table select.post-needs' ).val('complete').addClass('saveme'); |
NewerOlder