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.
<?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 |
<?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 |
#!/bin/bash -e | |
# | |
echo "Hello Simon" | |
say "Hello Simon" |