Skip to content

Commit

Permalink
Merge branch 'develop' into experimental/refactor-integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
pauarge committed Sep 21, 2021
2 parents 6d38b71 + a99e1e5 commit 7d07ceb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/node.js.yml
Expand Up @@ -33,19 +33,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

# See: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows
- name: Cache node modules
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
path: ~/.npm
key: "${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}"
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
cache: npm

- name: Install JavaScript dependencies
run: npm ci
Expand Down
2 changes: 0 additions & 2 deletions src/class-parsely.php
Expand Up @@ -391,8 +391,6 @@ public function initialize_settings() {

$h = __( 'If you want to specify the url for your logo, you can do so here.', 'wp-parsely' );

$option_defaults['logo'] = $this->get_logo_default();

$field_args = array(
'option_key' => 'logo',
'help_text' => $h,
Expand Down

0 comments on commit 7d07ceb

Please sign in to comment.