Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
| #!/bin/bash -e | |
| # | |
| echo "Hello Simon" | |
| say "Hello Simon" |
| <?php | |
| /* | |
| Plugin Name: A8c VIP Translatable Fields Test | |
| Version: 1.0b1 | |
| */ | |
| // Code pasted from Fieldmanager site | |
| // using Fieldmanager for a slideshow - any number of slides, | |
| // with any number of related links |
| <?php | |
| /* | |
| Plugin Name: Babble Demo | |
| Description: Demo to show translating (or not) post meta | |
| Version: 1.0 | |
| Author: Automattic | |
| Author URI: https://automattic.com/ | |
| License: GPL v2 or later | |
| This program is free software; you can redistribute it and/or modify |
| #!/bin/bash | |
| # | |
| # Remove all files called example.html and | |
| # containing the string | |
| # "<title>Genericons</title> | |
| # | |
| # Copyright Automattic Inc, 2015 | |
| # | |
| # This script is free software, and is released under the | |
| # terms of the GPL version 2 or (at your option) any |
| <?php | |
| /** | |
| * | |
| * | |
| * @package | |
| **/ | |
| class GlowSyndication { | |
| /** |
| #!/bin/bash | |
| # Takes a composer controlled repo and pushes a | |
| # composed PACKAGE into a branch called "PACKAGE". | |
| ( | |
| # SANITY CHECKS | |
| # Check for uncommitted changes, and refuse to proceed if there are any | |
| if [ -n "$(git ls-files . --exclude-standard --others)" ]; then |
| /** | |
| * Get a field key from a field name. Why isn't this an | |
| * ACF API function? | |
| * | |
| * @param string $field_group The name of the field_group to search | |
| * @param string $field_name The name of the field to find a key for | |
| * @return string|bool The field key if found, else false | |
| * | |
| * @author Simon Wheatley | |
| **/ |
| Simon Log.app |
| <?php | |
| /* | |
| Plugin Name: Automattic Updater | |
| Description: Get updates to Automattic code from GitHub | |
| Version: 1.0 | |
| Author: Code for the People | |
| Author URI: http://codeforthepeople.com/ | |
| Copyright © 2013 Code for the People Ltd |