Skip to content

Instantly share code, notes, and snippets.

View pau1phi11ips's full-sized avatar

Paul Phillips pau1phi11ips

View GitHub Profile
@pau1phi11ips
pau1phi11ips / designer.html
Last active September 15, 2015 08:55
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">
@pau1phi11ips
pau1phi11ips / post-editing.php
Created December 3, 2012 22:21 — forked from chrisguitarguy/post-editing.php
Page by page editting permissions for WordPress
<?php
/*
Plugin Name: Restrict Page Access
Plugin URI: https://gist.github.com/1338673
Description: Allows administrators to give editors permission to edit only certain posts
Author: Christopher Davis
Author URI: http://christopherdavis.me
License: GPL2
*/